Fixlet to configuration tunable deprecation
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Mar 2022 22:09:55 +0000 (23:09 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 13 Mar 2022 22:09:55 +0000 (23:09 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Configuration.ts

index b39665e5c022b0c07aa193701eeebf6eb7f61c03..7b29427030e4b73eedb7c75ffccb41c7993fa7ab 100644 (file)
@@ -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"
     );