Fix command to debug

This commit is contained in:
Jordan Eldredge 2019-06-26 17:56:16 -07:00
parent 35c9167f2d
commit cf5e7e8de4

View File

@ -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",