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
$ ./deno/tools/bin/bunyan --color
error: Uncaught TypeError: Windows only supports ctrl-c (SIGINT) and ctrl-break (SIGBREAK).
at bindSignal (ext:runtime/40_signals.js:14:10)
at Object.addSignalListener (ext:runtime/40_signals.js:54:19)
at Process.on (node:process:349:12)
at Object.<anonymous> (file:///C:/Users/davide.depau/AppData/Local/deno/npm/registry.npmjs.org/bunyan/1.8.15/bin/bunyan:1532:9)
at Object.<anonymous> (file:///C:/Users/davide.depau/AppData/Local/deno/npm/registry.npmjs.org/bunyan/1.8.15/bin/bunyan:1706:4)
at Module._compile (node:module:729:34)
at Object.Module._extensions..js (node:module:743:10)
at Module.load (node:module:654:32)
at Function.Module._load (node:module:522:12)
at Object.loadCjsModule (ext:deno_node/02_init.js:64:22)
If I run the bunyan CLI on Windows it fails since it attempts to bind signals that have no Windows equivalent:
The problem is that Bunyan binds these:
Most of them shouldn't be bound on Windows.
The text was updated successfully, but these errors were encountered: