X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworker%2FWorkerSet.ts;h=fba3516aabb3899a8dd005e2707dfb0a450c83f5;hb=e0b0ee2176a4dc5a8914a3fb094ec16b4966a740;hp=e69e9285fbdf4b28f645e3cf34dc9baabb35d23e;hpb=0e4fa348298d36900560f7466f21f44090d2fe1b;p=e-mobility-charging-stations-simulator.git diff --git a/src/worker/WorkerSet.ts b/src/worker/WorkerSet.ts index e69e9285..fba3516a 100644 --- a/src/worker/WorkerSet.ts +++ b/src/worker/WorkerSet.ts @@ -84,8 +84,7 @@ export default class WorkerSet extends WorkerAbstract { } /** - * - * @private + * Start a new `Worker`. */ private async startWorker(): Promise { const worker = new Worker(this.workerScript);