From 1f7a03460c25a4d696d23a1a4ff6fbe7384346e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 3 Jan 2023 19:00:35 +0100 Subject: [PATCH] Silence one eslint warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/worker/WorkerSet.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.34.1