From fdb38ec05a7d2c398747bcc2f70d39241dd056e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 21 Jan 2021 22:38:47 +0100 Subject: [PATCH] Refine comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/Worker.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/charging-station/Worker.ts b/src/charging-station/Worker.ts index 8bb9d107..370ec7a3 100644 --- a/src/charging-station/Worker.ts +++ b/src/charging-station/Worker.ts @@ -17,6 +17,7 @@ export default class Wrk { * * @param {string} workerScript * @param {WorkerData} workerData + * @param {number} maxWorkerElements */ constructor(workerScript: string, workerData: WorkerData, maxWorkerElements = 1) { this._workerData = workerData; -- 2.34.1