repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc9cc6
)
docs: refine code comment
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:44:26 +0000
(22:44 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:44:26 +0000
(22:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/worker/abstract-worker.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/worker/abstract-worker.ts
b/src/worker/abstract-worker.ts
index b16c886b26c933c77aeee5ff32a3c9a61272aab3..43cc4299765a155289ead75952e4c05c1fd42797 100644
(file)
--- a/
src/worker/abstract-worker.ts
+++ b/
src/worker/abstract-worker.ts
@@
-296,7
+296,7
@@
export abstract class AbstractWorker<
}
/**
- * Sends t
o the main worker the ready response
.
+ * Sends t
he ready response to the main worker
.
*/
protected sendReadyResponse (): void {
!this.isMain && this.sendToMainWorker({ ready: true, workerId: this.id })