Skip to content

Commit 0e4459d

Browse files
committed
Fix --debug is invalid,replace --debug with --inspect
1 parent 2e4f9b6 commit 0e4459d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nodemon/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"node_modules/**/node_modules"
55
],
66
"execMap": {
7-
"js": "node --debug --harmony"
7+
"js": "node --inspect --harmony"
88
},
99
"verbose": true,
1010
"TODO":"https://github.com/remy/nodemon/issues/951",

0 commit comments

Comments
 (0)