Skip to content

Commit 3cb595c

Browse files
authored
Merge pull request #866 from Timothyw0/fix/start-output-fix
[Fix] Show "swa start" output in console
2 parents 4efa278 + 18e2c1c commit 3cb595c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/commands/start/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export async function start(options: SWACLIConfig) {
348348
},
349349
});
350350

351-
const concurrentlyOptions: Partial<ConcurrentlyOptions> = { restartTries: 0, killOthers: ["failure", "success"] };
351+
const concurrentlyOptions: Partial<ConcurrentlyOptions> = { restartTries: 0, killOthers: ["failure", "success"], raw: true };
352352
const { result } = concurrently(concurrentlyCommands, concurrentlyOptions);
353353

354354
await result

0 commit comments

Comments
 (0)