We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106639b commit d80d830Copy full SHA for d80d830
test/main.js
@@ -66,4 +66,4 @@ run("./profiler_test.js");
66
67
run("./v8_test.js");
68
69
-process.exit(-test.run());
+repl ? process.exit(-test.run()) : test.run(console.DEBUG);
0 commit comments