Skip to content

Commit 2a97573

Browse files
committed
Switched to process.exit
1 parent 7f23fe1 commit 2a97573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/doxdox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ while (args.length) {
6666
case '--version':
6767

6868
process.stdout.write(require('../package').version + '\n');
69-
process.kill();
69+
process.exit();
7070

7171
break;
7272

@@ -89,7 +89,7 @@ while (args.length) {
8989
process.stdout.write(' - Dash\t\t\t(http://kapeli.com/docsets/)' + '\n');
9090
process.stdout.write(' - Wiki\t\t\t(https://help.github.com/articles/about-github-wikis/)' + '\n');
9191
process.stdout.write('\n');
92-
process.kill();
92+
process.exit();
9393

9494
break;
9595

0 commit comments

Comments
 (0)