Skip to content

Commit

Permalink
fix(cli): import process
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 6, 2024
1 parent 4c8035a commit 122aab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion undexer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { fileURLToPath } from 'node:url'
import { resolve, dirname } from 'node:path'
import { readFileSync } from 'node:fs'
import { process } from 'node:process'
import process from 'node:process'
const packageDir = dirname(fileURLToPath(import.meta.url))
const packageJsonPath = resolve(packageDir, 'package.json')
try {
Expand Down

0 comments on commit 122aab7

Please sign in to comment.