Ensure an error is throwed in object factories if implementation is not
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index b018df60949332198edd94128c10c53505f98cd9..5c899d5c381220d3657e5c566e08abaf886aed52 100644 (file)
@@ -99,9 +99,6 @@ export default class Bootstrap {
           Bootstrap.storage.storePerformanceStatistics(msg.data);
         }
       });
-    if (!Bootstrap.workerImplementation) {
-      throw new Error('Worker implementation not found');
-    }
   }
 
   private logPrefix(): string {