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 7f23fe1 commit 2a97573Copy full SHA for 2a97573
bin/doxdox
@@ -66,7 +66,7 @@ while (args.length) {
66
case '--version':
67
68
process.stdout.write(require('../package').version + '\n');
69
- process.kill();
+ process.exit();
70
71
break;
72
@@ -89,7 +89,7 @@ while (args.length) {
89
process.stdout.write(' - Dash\t\t\t(http://kapeli.com/docsets/)' + '\n');
90
process.stdout.write(' - Wiki\t\t\t(https://help.github.com/articles/about-github-wikis/)' + '\n');
91
process.stdout.write('\n');
92
93
94
95
0 commit comments