ShayBox / Mon2Cam

Workaround for multi-monitor Discord screensharing
MIT License
337 stars 33 forks source link

use deno 1.16 signal listener api #80

Closed meadowsys closed 2 years ago

meadowsys commented 2 years ago

as per the deno 1.16 release notes, the old signal listener API is superseded by this new API, and such the code breaks on 1.16. this pr updates the code to use the new API