Closed
Description
- Version: 12.6.0
- Platform: Darwin 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
$ node --inspect-brk --debug
node: [DEP0062]: `node --inspect --debug-brk` is deprecated. Please use `node --inspect-brk` instead.
Two issues here. The error message suggests that node was called with options --inspect
and --debug-brk
which is not the case. And it recommends using --inspect-brk
instead, one of the options actually used.
Metadata
Metadata
Assignees
Labels
No labels