Skip to content

Commit 5b41a90

Browse files
Update .changes/introduce-run-return.md
1 parent f0580df commit 5b41a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/introduce-run-return.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ tauri-runtime: 'minor:feat'
44
tauri-runtime-wry: 'minor:feat'
55
---
66

7-
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.
7+
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 commit comments

Comments
 (0)