fix(runtime-wry): return the expected exit code from run_return() - #15821
Conversation
Legend-Master
left a comment
There was a problem hiding this comment.
Thanks, could you also add a change file?
https://github.com/tauri-apps/tauri/blob/dev/.changes/README.md
Transfer the exit code from the window.app_handle().exit(1) call to the run_return() result instead of always returning 0.
Yes, sure. That's done. |
Package Changes Through 6f9ef9dThere are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-bundler with minor, tauri-build with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Transfer the exit code from the window.app_handle().exit(1) call to the run_return() result instead of always returning 0.