Improve yarn start output (#25773)

This commit is contained in:
Dominik Prokop
2020-06-24 14:37:36 +02:00
committed by GitHub
parent d3299796f5
commit a8b660d919

View File

@ -31,6 +31,7 @@ const startTaskRunner: TaskRunner<StartTaskOptions> = async ({ watchThemes, noTs
jobs.filter(job => !!job), jobs.filter(job => !!job),
{ {
killOthers: ['failure', 'failure'], killOthers: ['failure', 'failure'],
raw: true,
} }
); );
} catch (e) { } catch (e) {