Skip to content

Commit

Permalink
Update .changes/introduce-run-return.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Feb 11, 2025
1 parent f0580df commit 5b41a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changes/introduce-run-return.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tauri-runtime: 'minor:feat'
tauri-runtime-wry: 'minor:feat'
---

Add `App::run_return` function. Contrary to `App::run`, this will **not** exit the thread but instead return the requested exit-code. This allows the host app to perform further cleanup after Tauri has exited.
Add `App::run_return` function. Contrary to `App::run`, this will **not** exit the process but instead return the requested exit-code. This allows the host app to perform further cleanup after Tauri has exited.

0 comments on commit 5b41a90

Please sign in to comment.