From 5d1df7aae00d0d6ca29338723f92b77cff667354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ad=C3=A1mek?= Date: Thu, 30 Mar 2023 12:50:42 +0200 Subject: [PATCH] fix: start status message logger after the crawl actually starts --- packages/basic-crawler/src/internals/basic-crawler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/basic-crawler/src/internals/basic-crawler.ts b/packages/basic-crawler/src/internals/basic-crawler.ts index fb112f62d655..29e3a29c0b9e 100644 --- a/packages/basic-crawler/src/internals/basic-crawler.ts +++ b/packages/basic-crawler/src/internals/basic-crawler.ts @@ -661,7 +661,6 @@ export class BasicCrawler { this.log.warning('Pausing... Press CTRL+C again to force exit. To resume, do: CRAWLEE_PURGE_ON_START=0 npm start'); @@ -677,6 +676,7 @@ export class BasicCrawler