Skip to content

Commit

Permalink
Fix TS issues in scripts/writeGitVersion.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Sep 3, 2024
1 parent da2f793 commit f4fd942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/writeGitVersion.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs'
import path from 'node:path'
import * as fs from 'node:fs'
import * as path from 'node:path'

const gitRev = process.argv[2]

Expand Down

0 comments on commit f4fd942

Please sign in to comment.