Skip to content

Commit 14536a0

Browse files
committed
make not configurable
1 parent afe4f56 commit 14536a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/realm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const loadedModules = [];
8585
ObjectDefineProperty(process, 'loadedModules', {
8686
__proto__: null,
8787
get() { return ArrayPrototypeSlice(loadedModules); },
88-
configurable: true,
88+
configurable: false,
8989
enumerable: true,
9090
});
9191

0 commit comments

Comments
 (0)