Skip to content

Commit

Permalink
fix: cross-spawn import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 6, 2023
1 parent 19a1277 commit 787cb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/init.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Interfaces} from '@oclif/core'
import spawn from 'cross-spawn'
import {spawn} from 'cross-spawn'
import makeDebug from 'debug'
import {existsSync} from 'node:fs'
import {open, stat, writeFile} from 'node:fs/promises'
Expand Down

0 comments on commit 787cb53

Please sign in to comment.