Merge pull request #3659 from lukeapage/patch-1

Update debugging-main-process.md
This commit is contained in:
Cheng Zhao 2015-12-02 19:59:43 +08:00
commit 47b74ff820

View file

@ -19,7 +19,7 @@ Like `--debug` but pauses the script on the first line.
## Use node-inspector for Debugging
__Note:__ Electron uses node v0.11.13, which currently doesn't work very well
__Note:__ Electron doesn't currently work very well
with node-inspector, and the main process will crash if you inspect the
`process` object under node-inspector's console.