aboutsummaryrefslogtreecommitdiff
path: root/app.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'app.mjs')
-rwxr-xr-xapp.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.mjs b/app.mjs
index f5c8904..5e3442b 100755
--- a/app.mjs
+++ b/app.mjs
@@ -575,5 +575,6 @@ device.on("touchend", async ({ changedTouches, touches }) => {
process.on("SIGINT", async () => {
await device.close();
+ await xplane.close();
process.exit();
});