Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 29, 2024
1 parent e38ec73 commit 22f33b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wsl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { execFile as cpExecFile } from 'node:child_process'
import { promisify } from 'node:util'
import fs from 'node:fs'
import { promisify } from 'node:util'
import { debug } from './debug'

const execFile = promisify(cpExecFile)
Expand Down

0 comments on commit 22f33b7

Please sign in to comment.