JuliaPluto / BetterFileWatching.jl

FileWatching but based on Deno.watchFs
MIT License
14 stars 0 forks source link

Use `open` instead of `@async run` #4

Open fonsp opened 1 year ago

fonsp commented 1 year ago

I learned this API from @Pangoraw in Malt.jl!

This also fixes a silent error when running on platforms that don't support Deno_jll (the deno() function would not exist but the error was silent).

This also means that we can remove the sleep(.1) :)