Skip to content

Commit 3990798

Browse files
committed
Fix TS issues in scripts/writeGitVersion.mjs
1 parent 5fab23c commit 3990798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/writeGitVersion.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from 'node:fs'
2-
import path from 'node:path'
1+
import * as fs from 'node:fs'
2+
import * as path from 'node:path'
33

44
const gitRev = process.argv[2]
55

0 commit comments

Comments
 (0)