Skip to content

Commit 237764b

Browse files
fix: add node:original-fs (#230)
1 parent 20cd53a commit 237764b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

base/base_footer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ declare module 'original-fs' {
4040
export = fs;
4141
}
4242

43+
declare module 'node:original-fs' {
44+
export * from 'original-fs';
45+
}
46+
4347
interface Document {
4448
createElement(tagName: 'webview'): Electron.WebviewTag;
4549
}

0 commit comments

Comments
 (0)