Skip to content

Commit cf569ee

Browse files
committed
FIXUP
1 parent 9643ae9 commit cf569ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function getEggInfo<T extends 'async' | 'sync' = 'sync'>(option: GetEggIn
131131
}
132132

133133
try {
134-
execFileSync(cmd, args, opt);
134+
execFileSync(cmd, args, opt as any);
135135
return end(parseJson(fs.readFileSync(eggInfoPath, 'utf-8')));
136136
} catch (e) {
137137
return end({});

0 commit comments

Comments
 (0)