Skip to content

Commit e3e19f1

Browse files
committed
lint
1 parent 78768a6 commit e3e19f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@ added: v0.5.3
28652865
changes:
28662866
- version: REPLACEME
28672867
pr-url: https://github.com/nodejs/node/pull/61276
2868-
description: `moduleLoadList` is now a copy instead of the internal list itself.
2868+
description: Now a copy instead of the internal list itself.
28692869
-->
28702870
28712871
* Returns: {string\[]}

lib/internal/bootstrap/realm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const {
5858
ArrayPrototypeSlice,
5959
Error,
6060
ObjectDefineProperty,
61-
ObjectFreeze,
6261
ObjectKeys,
6362
ObjectPrototypeHasOwnProperty,
6463
ObjectSetPrototypeOf,

0 commit comments

Comments
 (0)