MCPcopy Index your code
hub / github.com/nodejs/node / test-debugger-inspect-help-forwarding.mjs

File test-debugger-inspect-help-forwarding.mjs

test/parallel/test-debugger-inspect-help-forwarding.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Tests that --help / -h are forwarded to the debuggee when a script is
2// also passed, instead of being hijacked as the inspect help flag.
3
4import { skipIfInspectorDisabled } from '../common/index.mjs';

Callers

nothing calls this directly

Calls 2

skipIfInspectorDisabledFunction · 0.85
checkForwardedHelpFunction · 0.85

Tested by

no test coverage detected