repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4fa34
)
Silence one eslint warning
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 3 Jan 2023 18:00:35 +0000
(19:00 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 3 Jan 2023 18:00:35 +0000
(19:00 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/worker/WorkerSet.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/worker/WorkerSet.ts
b/src/worker/WorkerSet.ts
index e69e9285fbdf4b28f645e3cf34dc9baabb35d23e..fba3516aabb3899a8dd005e2707dfb0a450c83f5 100644
(file)
--- a/
src/worker/WorkerSet.ts
+++ b/
src/worker/WorkerSet.ts
@@
-84,8
+84,7
@@
export default class WorkerSet extends WorkerAbstract<WorkerData> {
}
/**
- *
- * @private
+ * Start a new `Worker`.
*/
private async startWorker(): Promise<void> {
const worker = new Worker(this.workerScript);