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 33cb46d commit 78768a6Copy full SHA for 78768a6
lib/internal/bootstrap/realm.js
@@ -77,6 +77,7 @@ ObjectDefineProperty(process, 'moduleLoadList', {
77
__proto__: null,
78
get() { return ArrayPrototypeSlice(moduleLoadList); },
79
enumerable: true,
80
+ configurable: true,
81
});
82
83
0 commit comments