We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046c4f0 commit e4a5f2eCopy full SHA for e4a5f2e
test/test-helper.js
@@ -156,7 +156,9 @@ var args = require(__dirname + '/cli');
156
if(args.binary) process.stdout.write(' (binary)');
157
if(args.native) process.stdout.write(' (native)');
158
159
-process.on('exit', console.log)
+process.on('exit', function() {
160
+ console.log('')
161
+})
162
163
process.on('uncaughtException', function(err) {
164
console.error("\n %s", err.stack || err.toString())
0 commit comments