We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165f670 commit 17e8538Copy full SHA for 17e8538
resources/entry-point-trampoline.js
@@ -41,6 +41,7 @@ if (enableBindingsPatch) {
41
if (!entry) return entry;
42
const origGetFileName = entry.getFileName;
43
Object.defineProperty(entry, 'getFileName', {
44
+ configurable: true,
45
value: function(...args) {
46
return origGetFileName.call(this, ...args) || '';
47
}
0 commit comments