Open fonsp opened 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).
deno()
This also means that we can remove the sleep(.1) :)
sleep(.1)
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)
:)