We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it could be awesome if this plugin get an event on closed child.
https://doc.rust-lang.org/std/process/struct.Child.html#method.wait
The text was updated successfully, but these errors were encountered:
The command does emit a close event: https://v2.tauri.app/reference/javascript/shell/#example-1
Is that what you're asking for?
Sorry, something went wrong.
Not at all, close event for spawned child process, not command
#1947
No branches or pull requests
it could be awesome if this plugin get an event on closed child.
https://doc.rust-lang.org/std/process/struct.Child.html#method.wait
The text was updated successfully, but these errors were encountered: