X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConfiguration.ts;h=9ab2582d140d54ddb068aaac229aeba9577734b1;hb=db5a5d93848e4ba9520df946e04f74c78cb1dd12;hp=7b29427030e4b73eedb7c75ffccb41c7993fa7ab;hpb=e80bc57960515924d5721315fcd930975da52b45;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Configuration.ts b/src/utils/Configuration.ts index 7b294270..9ab2582d 100644 --- a/src/utils/Configuration.ts +++ b/src/utils/Configuration.ts @@ -162,7 +162,7 @@ export default class Configuration { Configuration.warnDeprecatedConfigurationKey( 'useWorkerPool', null, - "Use 'workerProcess' to define the type of worker process to use instead" + "Use 'workerProcess' to define the type of worker process model to use instead" ); return Configuration.objectHasOwnProperty(Configuration.getConfig(), 'workerProcess') ? Configuration.getConfig().workerProcess