Browse Source

fix debugger-repl test

v0.7.4-release
Fedor Indutny 14 years ago
committed by Bert Belder
parent
commit
8ef2c13d6c
  1. 4
      test/simple/test-debugger-repl.js

4
test/simple/test-debugger-repl.js

@ -61,12 +61,12 @@ function addTest(input, output) {
child.stdin.write(expected[0].input + '\n');
if (!expected[0].lines) {
process.nextTick(function() {
setTimeout(function() {
var callback = expected[0].callback;
expected.shift();
callback && callback();
});
}, 50);
}
} else {
finish();

Loading…
Cancel
Save