diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-30 19:38:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-10-30 19:38:27 +0900 |
| commit | 4eab3c07fd599598e56d43b1790f930cda681224 (patch) | |
| tree | 31427c063ee9aa43993de1b9a528393feb1e59c5 /packages/frontend/src/scripts | |
| parent | lint fix (diff) | |
| download | sharkey-4eab3c07fd599598e56d43b1790f930cda681224.tar.gz sharkey-4eab3c07fd599598e56d43b1790f930cda681224.tar.bz2 sharkey-4eab3c07fd599598e56d43b1790f930cda681224.zip | |
lint fixes
Diffstat (limited to 'packages/frontend/src/scripts')
| -rw-r--r-- | packages/frontend/src/scripts/worker-multi-dispatch.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/scripts/worker-multi-dispatch.ts b/packages/frontend/src/scripts/worker-multi-dispatch.ts index 1d184e99a1..7686b687c5 100644 --- a/packages/frontend/src/scripts/worker-multi-dispatch.ts +++ b/packages/frontend/src/scripts/worker-multi-dispatch.ts @@ -71,9 +71,11 @@ export class WorkerMultiDispatch<POST = any, RETURN = any> { public isTerminated() { return this.terminated; } + public getWorkers() { return this.workers; } + public getSymbol() { return this.symbol; } |