We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eabb43 commit 85c6798Copy full SHA for 85c6798
run-selfhosted.js
@@ -55,7 +55,7 @@ const surrounding_box = (col, lines) => {
55
// Annoying polyfill for inconsistency in different node versions
56
if ( ! import.meta.filename ) {
57
Object.defineProperty(import.meta, 'filename', {
58
- get: import.meta.url.slice('file://'.length),
+ get: () => import.meta.url.slice('file://'.length),
59
})
60
}
61
0 commit comments