Skip to content

Commit

Permalink
Fixed mocha-debug(1). Closes mochajs#232
Browse files Browse the repository at this point in the history
kinda lame but this should suffice
  • Loading branch information
tj committed Nov 30, 2011
1 parent d1f773e commit 1a8f937
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/mocha-debug
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env node debug

require('./mocha');
#!/usr/bin/env bash
node debug $(dirname $0)/mocha

0 comments on commit 1a8f937

Please sign in to comment.