mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-21 05:27:24 +00:00
`puter.exit()` now takes a status code, similar to the exit status on desktop OSes. This is passed to the appClosed event, so that eg a parent app can know whether its child app ran successfully.