Skip to content

Commit

Permalink
fix(utils): cross-spawn not found bug (#10753)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyuanbuilds committed Mar 15, 2023
1 parent 5da8a37 commit 6e4d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/getFileGitIno.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SpawnOptions } from 'child_process';
import crossSpawn from 'cross-spawn';
import crossSpawn from '../compiled/cross-spawn';
import { execa } from '../compiled/execa';

const promisifySpawn = (
Expand Down

0 comments on commit 6e4d300

Please sign in to comment.