Skip to content

Commit f5d3164

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 1f2ba8a commit f5d3164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/Function/Configuration.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ export default (async (...[File]) => {
1717
await readFile(
1818
resolve(
1919
`${(await import("node:path")).dirname(
20-
(await import("node:url")).fileURLToPath(import.meta.url),
20+
(await import("node:url")).fileURLToPath(
21+
import.meta.url,
22+
),
2123
)}/../../${File}`,
2224
),
2325
"utf-8",

0 commit comments

Comments
 (0)