From: Jérôme Benoit Date: Sun, 13 Mar 2022 22:09:55 +0000 (+0100) Subject: Fixlet to configuration tunable deprecation X-Git-Tag: v1.1.55~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e80bc57960515924d5721315fcd930975da52b45;p=e-mobility-charging-stations-simulator.git Fixlet to configuration tunable deprecation Signed-off-by: Jérôme Benoit --- 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" );