-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Denon Daemon Error when running on Deno 1.16.1 #146
Comments
same here. Property 'signal' does not exist on type 'typeof Deno' |
This issue was resolved in #145 . So it works fine on the main branch but hasn't been released yet.
|
Thank you very much. It's effective. I hope it can be added to the official version. |
It seems that 2.4.10 has been released.
|
Thanks again.It works now. |
error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'.
await Deno.signal(s);
~~~~~~
at https://deno.land/x/[email protected]/src/daemon.ts:157:22
The text was updated successfully, but these errors were encountered: