Skip to content

Commit d8fdbf3

Browse files
committed
fmt
1 parent fa17529 commit d8fdbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/nodeGetBuiltin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ function nodeGetBuiltin(moduleName: string): unknown {
88
export function nodeCreateRequire(path: string): NodeJS.Require {
99
const { createRequire } = nodeGetBuiltin("module") as typeof import("module");
1010
return createRequire(path);
11-
}
11+
}

0 commit comments

Comments
 (0)