Skip to content

Commit

Permalink
Merge pull request odo-devfiles#2 from kadel/inspect
Browse files Browse the repository at this point in the history
use --inspect instead --inspect-brk
  • Loading branch information
kadel committed Nov 23, 2020
2 parents e832173 + dfdc40c commit a1896b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "EPL-2.0",
"scripts": {
"start": "node server.js",
"debug": "node --inspect-brk=${DEBUG_PORT} server.js",
"debug": "node --inspect=${DEBUG_PORT} server.js",
"test": "node test/test.js"
},
"dependencies": {
Expand Down

0 comments on commit a1896b3

Please sign in to comment.