We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4f56 commit 14536a0Copy full SHA for 14536a0
lib/internal/bootstrap/realm.js
@@ -85,7 +85,7 @@ const loadedModules = [];
85
ObjectDefineProperty(process, 'loadedModules', {
86
__proto__: null,
87
get() { return ArrayPrototypeSlice(loadedModules); },
88
- configurable: true,
+ configurable: false,
89
enumerable: true,
90
});
91
0 commit comments