You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an installation error also related to "SIGKILL"
$ deno install -qAf --unstable https://deno.land/x/denon/denon.ts
error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'.
p.kill("SIGKILL");
~~~~~~~~~
at https://deno.land/x/denon@2.4.9/src/daemon.ts:92:16
TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'.
p.kill("SIGKILL");
~~~~~~~~~
at https://deno.land/x/denon@2.4.9/src/daemon.ts:96:16
TS2724 [ERROR]: 'Deno' has no exported member named 'Signal'. Did you mean 'signal'?
const signs: Deno.Signal[] = [
~~~~~~
at https://deno.land/x/denon@2.4.9/src/daemon.ts:149:25
Found 3 errors.
I am getting the following exception in the console
[*] [daem] restarting due to changes...
error: Uncaught (in promise) Error: not implemented
p.kill("SIGKILL");
^
at deno:core/01_core.js:106:46
at unwrapOpResult (deno:core/01_core.js:126:13)
at Object.opSync (deno:core/01_core.js:140:12)
at opKill (deno:runtime/js/40_process.js:18:10)
at Process.kill (deno:runtime/js/40_process.js:92:7)
at Daemon.killAll (https://deno.land/x/denon@2.4.9/src/daemon.ts:92:11)
at Daemon.reload (https://deno.land/x/denon@2.4.9/src/daemon.ts:35:10)
at Daemon.iterate (https://deno.land/x/denon@2.4.9/src/daemon.ts:181:22)
at iterate.next ()
at https://deno.land/x/denon@2.4.9/denon.ts:167:20.
The text was updated successfully, but these errors were encountered: