Commit 289902e
committed
inspector: fix dead 'For help' URL printed by --inspect
When running 'node --inspect', the bootstrapping output includes:
For help, see: https://nodejs.org/en/docs/inspector
That URL returns 404 on nodejs.org. The user-facing help guide for
debugging with --inspect now lives at
https://nodejs.org/en/learn/getting-started/debugging, so point the
message at that instead.
Refs: #627431 parent c3dd52a commit 289902e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments