Skip to content

Commit d7b3dea

Browse files
committed
chore: wip
1 parent 2b31465 commit d7b3dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stacks/core/cli/src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function runCommands(commands: string[], options?: CliOptions): Pro
7575
}
7676
else if (result.isErr()) {
7777
if (spinner) {
78-
log.error(new Error(`Failed to run command ${italic(command)}`, result.mapErr(e => e)))
78+
log.error(new Error(`Failed to run command ${italic(command)}`))
7979
process.exit(ExitCode.FatalError)
8080
}
8181

0 commit comments

Comments
 (0)