after #135 has been merged into main the webview build failed as the Deno.spawn() api changed. The interface Deno.SpawnOutput now extends Deno.ChildStatus instead of composing it.
This pr should account for those breaking api changes and thus make the webview build work again.
Hey folks,
after #135 has been merged into main the webview build failed as the
Deno.spawn()
api changed. The interfaceDeno.SpawnOutput
now extendsDeno.ChildStatus
instead of composing it. This pr should account for those breaking api changes and thus make the webview build work again.Kind regards @lukas-runge