There was an error while loading. Please reload this page.
1 parent 4f66a67 commit 53666c9Copy full SHA for 53666c9
test/wrap-commands-test.js
@@ -20,7 +20,7 @@ exports.test = function ( done, assertions ) {
20
// a function wrapper
21
, fn = function( ocmd ) {
22
--c;
23
- log( ' > cmd %s: %s.', inspect( cnt, false, 1, true ), inspect( ocmd.ecmd || ocmd.cmd, false, 1, true ) );
+ log( ' > cmd %s: %s.', inspect( cnt, false, 1, true ), inspect( ocmd.cmd, false, 1, true ) );
24
}
25
, c = 0
26
, cnt = 0
0 commit comments