bootstrap: expose process._rawDebug as a global function #66565
linters.yml
on: pull_request
lint-addon-docs
32s
lint-cpp
1m 12s
format-cpp
1m 27s
lint-js-and-md
2m 14s
lint-py
34s
lint-yaml
45s
lint-sh
23s
lint-codeowners
27s
lint-pr-url
25s
lint-readme
24s
Annotations
6 errors
lint-js-and-md:
lib/internal/bootstrap/node.js#L467
'_process' is never reassigned. Use 'const' instead
|
lint-js-and-md:
test/parallel/test-bootstrap-rawdebug.js#L3
'common' is assigned a value but never used
|
lint-js-and-md:
test/parallel/test-bootstrap-rawdebug.js#L6
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
|
lint-js-and-md:
test/parallel/test-bootstrap-rawdebug.js#L6
'rawDebug' is not defined
|
lint-js-and-md:
test/parallel/test-bootstrap-rawdebug.js#L6
Newline required at end of file but not found
|
lint-js-and-md
Process completed with exit code 2.
|