mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Improve yarn start output (#25773)
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user