Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build script for deno 1.25.0 #136

Merged

Conversation

lukas-runge
Copy link
Contributor

Hey folks,

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.

Kind regards
@lukas-runge

@eliassjogreen eliassjogreen merged commit 48e30fd into webview:main Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants