concurrently
Advanced tools
Comparing version
@@ -37,9 +37,10 @@ "use strict"; | ||
const hide = lodash_1.default.castArray(options.hide).filter((id) => id || id === 0); | ||
const logger = new logger_1.Logger({ | ||
hide, | ||
prefixFormat: options.prefix, | ||
commandLength: options.prefixLength, | ||
raw: options.raw, | ||
timestampFormat: options.timestampFormat, | ||
}); | ||
const logger = options.logger || | ||
new logger_1.Logger({ | ||
hide, | ||
prefixFormat: options.prefix, | ||
commandLength: options.prefixLength, | ||
raw: options.raw, | ||
timestampFormat: options.timestampFormat, | ||
}); | ||
if (options.prefixColors === false) { | ||
@@ -46,0 +47,0 @@ logger.toggleColors(false); |
{ | ||
"name": "concurrently", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "Run commands concurrently", | ||
@@ -5,0 +5,0 @@ "packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36", |
405643
0.01%3446
0.03%