Skip to content

Commit 18e2c1c

Browse files
author
Timothy Wang
committed
Add 'raw' option in start.ts concurrently call so output is properly shown
1 parent 4efa278 commit 18e2c1c

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)