deno-systray
deno-systray copied to clipboard
Fix: Introduce Deno.Command
Deno.run
is deprecated and this PR uses the new Deno.Command
API.
@Nedgeva I left those console logs while trying to fix something. For some reason, the click handlers ain't working. I can't find the issue. Can you try as well?
@Nedgeva I left those console logs while trying to fix something. For some reason, the click handlers ain't working. I can't find the issue. Can you try as well?
Sure, will look into this tonight. For me logs
of proper logger isn't working at all. But I managed to fire actions successfully on latest package version.
@wobsoriano I pushed changes to https://github.com/Nedgeva/deno-systray/tree/fix-deprecated-deno-run To be short: I cached spawned instance of child process, instead of spawning on each write line.
Thanks @Nedgeva, tried and it works! Will do a cleanup and release an update.