Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Oct 8, 2018
1 parent abfb56f commit b1ec942
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ program
`specify user-interface (${interfaceNames.join('|')})`,
'bdd'
)
.option('-w, --watch', 'watch files in the current working directory for changes')
.option(
'-w, --watch',
'watch files in the current working directory for changes'
)
.option('--check-leaks', 'check for global variable leaks')
.option('--full-trace', 'display the full stack trace')
.option(
Expand Down

0 comments on commit b1ec942

Please sign in to comment.