Skip to content

bootstrap: expose process._rawDebug as a global function #66565

bootstrap: expose process._rawDebug as a global function

bootstrap: expose process._rawDebug as a global function #66565

Triggered via pull request November 18, 2024 16:59
Status Failure
Total duration 2m 25s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.