Skip to content

Commit 50a084e

Browse files
committed
chore: Move require call
1 parent af6ce2c commit 50a084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
const { URL, fileURLToPath } = require('url')
66
const { inspect } = require('util')
77
const { builtinModules } = require('module')
8+
const { readFileSync } = require('fs')
89
const specifiers = new Map()
910
const isWin = process.platform === 'win32'
1011
let experimentalPatchInternals = false
11-
const { readFileSync } = require('fs')
1212

1313
// FIXME: Typescript extensions are added temporarily until we find a better
1414
// way of supporting arbitrary extensions

0 commit comments

Comments
 (0)