From e80bc57960515924d5721315fcd930975da52b45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 13 Mar 2022 23:09:55 +0100 Subject: [PATCH] Fixlet to configuration tunable deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utils/Configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Configuration.ts b/src/utils/Configuration.ts index b39665e5..7b294270 100644 --- a/src/utils/Configuration.ts +++ b/src/utils/Configuration.ts @@ -160,7 +160,7 @@ export default class Configuration { static getWorkerProcess(): WorkerProcessType { Configuration.warnDeprecatedConfigurationKey( - 'useWorkerPool;', + 'useWorkerPool', null, "Use 'workerProcess' to define the type of worker process to use instead" ); -- 2.34.1