Fix: Add space to pre-testing/warming log (#4183)
This commit is contained in:
parent
e70ccd1100
commit
b90a8035b5
|
|
@ -59,7 +59,7 @@ async function preWarmServer(urls, options, scriptOrMultiple) {
|
|||
const engine = new BrowsertimeEngine(preWarmOptions);
|
||||
|
||||
await engine.start();
|
||||
log.info('Start pre-testing/warming' + urls);
|
||||
log.info('Start pre-testing/warming ' + urls);
|
||||
await (scriptOrMultiple
|
||||
? engine.runMultiple(urls, {})
|
||||
: engine.run(urls, {}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue