build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerFactory.ts
index 35fe82eb4c73a017d01316e265ddc7348fc72025..f64d27810ed04a3e2a7752918f94d0ea3b7ec006 100644 (file)
@@ -17,7 +17,7 @@ export class WorkerFactory {
   public static getWorkerImplementation<T extends WorkerData>(
     workerScript: string,
     workerProcessType: WorkerProcessType,
-    workerOptions?: WorkerOptions
+    workerOptions?: WorkerOptions,
   ): WorkerAbstract<T> | null {
     if (!isMainThread) {
       throw new Error('Cannot get a worker implementation outside the main thread');