diff --git a/.changes/introduce-run-return.md b/.changes/introduce-run-return.md index 80d8604f141a..5f54e7ee9255 100644 --- a/.changes/introduce-run-return.md +++ b/.changes/introduce-run-return.md @@ -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.