diff options
| author | bobzel <zzzman@gmail.com> | 2022-03-02 14:43:48 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-03-02 14:43:48 -0500 |
| commit | 398a50bc1d7e77691620a4a6752fd38d4bb391b0 (patch) | |
| tree | 42f56a2bc7cc1d661c3dfa61d49cc472fffb553c /src/server/DashSession/Session/agents/server_worker.ts | |
| parent | 35f0c9940d0ea7c0cb37c711557454b77ac038ad (diff) | |
upgraded to typescript 4.6.2
Diffstat (limited to 'src/server/DashSession/Session/agents/server_worker.ts')
| -rw-r--r-- | src/server/DashSession/Session/agents/server_worker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/DashSession/Session/agents/server_worker.ts b/src/server/DashSession/Session/agents/server_worker.ts index 84d35b40e..634b0113d 100644 --- a/src/server/DashSession/Session/agents/server_worker.ts +++ b/src/server/DashSession/Session/agents/server_worker.ts @@ -138,7 +138,7 @@ export class ServerWorker extends IPCMessageReceiver { this.isInitialized = true; } this.shouldServerBeResponsive = true; - } catch (error) { + } catch (error: any) { // if we expect the server to be unavailable, i.e. during compilation, // the listening variable is false, activeExit will return early and the child // process will continue |
