mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Fix command to debug
This commit is contained in:
parent
35c9167f2d
commit
cf5e7e8de4
@ -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…
Reference in New Issue
Block a user