worker nodes #690
nitrologic
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a known issue with console log from worker threads when debugger is running? Currently any use of logging from my worker thread seems to lock up all console output from deno server. All is fine with no debugger running.
I will put more effort into proper bug report but thought I would ask first.
Other observations, deno worker docs use js and I can't help think there may be caveats to using ts.
As a beginner to typescript I am a ways from not becoming quickly confused. For instance am also in search of way for ts linter to know it is in a worker script and not a deno or client script in VS Code using the (very cool) vscode_deno plugin.
Beta Was this translation helpful? Give feedback.
All reactions