How to use the exit
api?
#8612
Replies: 2 comments
-
try appending |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error was happening because I didn't enable the process API in Tauri configuration. Adding it to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to execute some function when I close the app. Here's my approach:
test_command
is successfully invoked, butexit(0)
doesn't seem to work. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions