Skip to content

Commit cb08e5f

Browse files
1 parent 46e6f45 commit cb08e5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Target/Function/Document.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Target/Function/JSON.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var a=async(...[e,t])=>JSON.parse((await(await import("fs/promises")).readFile(`${t??"."}/${e}`,"utf-8")).toString());export{a as default};
1+
var a=async(...[e,t])=>JSON.parse((await(await import("node:fs/promises")).readFile(`${t??"."}/${e}`,"utf-8")).toString());export{a as default};

0 commit comments

Comments
 (0)