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 17, 2024
1 parent 5fab23c commit 3990798
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 3990798

Please sign in to comment.