From 65e172bf3d079c1712154bb68f333a7b2bfd9ad6 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sat, 4 Jan 2020 11:54:25 -0800 Subject: almost nothing --- src/server/Session/session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/Session/session.ts b/src/server/Session/session.ts index 049a37b04..e32811a18 100644 --- a/src/server/Session/session.ts +++ b/src/server/Session/session.ts @@ -175,7 +175,7 @@ export namespace Session { * email if the server encounters an uncaught exception or if the server cannot be reached. * @param work the function specifying the work to be done by each worker thread */ - export async function initializeWorker(work: Function) { + export async function initializeWorker(work: Function): Promise { let listening = false; // notify master thread (which will log update in the console) of initialization via IPC -- cgit v1.2.3-70-g09d2