Skip to content

Commit 740a511

Browse files
committed
fix incorrect executable name with new version of commander
- yuck
1 parent 0e2e49b commit 740a511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/_mocha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ program
105105
.option('--watch-extensions <ext>,...', 'additional extensions to monitor with --watch', list, [])
106106
.option('--delay', 'wait for async suite definition')
107107

108-
program.name = 'mocha';
108+
program._name = 'mocha';
109109

110110
// init command
111111

0 commit comments

Comments
 (0)