Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
print logout of errors in the worker in which it occured
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Feb 28, 2021
1 parent 2945190 commit 4611dac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Kudzu/workers/WorkerServer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Kudzu/workers/WorkerServer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Kudzu/workers/WorkerServer.ts
Expand Up @@ -166,6 +166,7 @@ export class WorkerServer {
}
}
catch (exp) {
console.error(exp);
this.onError(taskID, exp.message);
}
});
Expand Down

0 comments on commit 4611dac

Please sign in to comment.