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(core): run plugin init script in a separate context #9570

Merged
merged 2 commits into from Apr 28, 2024

Conversation

lucasfernog
Copy link
Member

Currently if a plugin init script is broken, it'll break the entire Tauri init script. We should run each of the scripts on its own context so it does not impact Tauri functionality such as IPC initialization.

@lucasfernog lucasfernog merged commit 3e98145 into 1.x Apr 28, 2024
24 checks passed
@lucasfernog lucasfernog deleted the fix/init-script-plugins branch April 28, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants