Skip to content

Commit

Permalink
Fix process import in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwkleung committed Dec 20, 2023
1 parent 580e165 commit fe56ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import chokidar from 'chokidar'
import { exec } from 'child_process'
import * as fs from 'fs'
import { process } from 'process'
import process from 'process'

const chokidarPaths = [
'src/electron/main.ts',
Expand Down

0 comments on commit fe56ca4

Please sign in to comment.