Skip to content

Commit

Permalink
removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey committed Jun 11, 2024
1 parent 8d88bfb commit b40c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import rimraf from 'rimraf'
import { spawn, untilTerminated } from './processes.js'
import type { SandboxEngine } from './engines.js'
import { UnexpectedResolveError, neverResolve } from './promises.js'
import { ForkOptions, fork } from 'child_process'
import { fork } from 'child_process'

type SearchEngineLauncherFunction<T = object> = (
props: T & {
Expand Down

0 comments on commit b40c77f

Please sign in to comment.