Skip to content

Commit 1ce714d

Browse files
committed
chore: wip
1 parent fa901fe commit 1ce714d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.stacks/core/cli/src/exec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export function execSync(command: string | string[], options?: CliOptions): Resu
6969
const proc = Bun.spawnSync(cmd, {
7070
...options,
7171
stdout: options?.stdout ?? 'inherit',
72+
stderr: options?.stderr ?? 'inherit',
7273
cwd: options?.cwd ?? import.meta.dir,
7374
env: { ...process.env, ...options?.env },
7475
// onExit(subprocess: any, exitCode: any, signalCode: any, error: any) {

0 commit comments

Comments
 (0)