Skip to content

Commit

Permalink
Fix ESLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 15, 2024
1 parent ac600fa commit f8a9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/puppeteer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import fs from 'fs'
import os from 'os'
import path from 'path'
import { nanoid } from 'nanoid'
import { launch } from 'puppeteer-core'
import macDockIcon from '../assets/mac-dock-icon.png'
import { warn } from '../cli'
Expand All @@ -9,7 +10,6 @@ import { findChromeInstallation } from './chrome-finder'
import { isInsideContainer } from './container'
import { findEdgeInstallation } from './edge-finder'
import { isWSL, resolveWindowsEnv } from './wsl'
import { nanoid } from 'nanoid'

let executablePath: string | undefined | false = false
let wslTmp: string | undefined
Expand Down

0 comments on commit f8a9187

Please sign in to comment.