tests: fix incorrect write type for express-test, exit process
This commit is contained in:
@@ -89,4 +89,5 @@ function onListening() {
|
||||
debug('Listening on ' + bind);
|
||||
}
|
||||
|
||||
process.stdout.write(true);
|
||||
process.stdout.write('true');
|
||||
process.exit(0);
|
||||
|
||||
Reference in New Issue
Block a user