mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
Fix command to debug
This commit is contained in:
parent
35c9167f2d
commit
cf5e7e8de4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
"tdd": "jest --watch",
|
||||
"decompile": "cd reference/maki_decompiler_1.1 && perl mdc.pl ../../fixtures/standardframe.maki",
|
||||
"interpret": "node ./cli.js ./fixtures/standardframe.maki",
|
||||
"debug": "node ./cli.js --inspect-brk ./fixtures/standardframe.maki"
|
||||
"debug": "node --inspect-brk ./cli.js ./fixtures/standardframe.maki"
|
||||
},
|
||||
"devDependencies": {
|
||||
"glob": "^7.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue