Skip to content

Commit

Permalink
use --inspect instead --inspect-brk
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Nov 23, 2020
1 parent e832173 commit dfdc40c
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 dfdc40c

Please sign in to comment.