Skip to content

Commit 5625ed2

Browse files
committed
appease linter
1 parent 70fdf16 commit 5625ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Feature has been disabled due to OS Code Integrity policy.
799799

800800
### `ERR_CODE_INTEGRITY_VIOLATION`
801801

802-
Javascript code intended to be executed was rejected by system code integrity policy.
802+
JavaScript code intended to be executed was rejected by system code integrity policy.
803803

804804
<a id="ERR_CONSOLE_WRITABLE_STREAM"></a>
805805

test/parallel/test-code-integrity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('cjs loader code integrity integration tests', () => {
5050
t.mock.method(ci, ci.isAllowedToExecuteFile.name, () => { return true; });
5151

5252
assert.ok(
53-
require('../fixtures/code_integrity_test.json')
53+
require('../fixtures/code_integrity_test.json')
5454
);
5555
}
5656
);

0 commit comments

Comments
 (0)