fix(core): print count of tasks (#6248)
This commit is contained in:
parent
cbc0160953
commit
ae2b7ef5dd
@ -36,7 +36,7 @@ export class ForkedProcessTaskRunner {
|
||||
const count = Object.keys(taskGraph.tasks).length;
|
||||
if (count > 1) {
|
||||
output.logSingleLine(
|
||||
`Running ${output.bold()} ${output.bold(
|
||||
`Running ${output.bold(count)} ${output.bold(
|
||||
'tasks'
|
||||
)} with ${output.bold(executorName)}`
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user