aboutsummaryrefslogtreecommitdiff
path: root/app.mjs
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-26 13:24:40 -0700
committerDeterminant <[email protected]>2024-08-26 13:28:25 -0700
commit3628669dff65acb2c4c6df6d3f1fb593930acb24 (patch)
tree0cf7eeb0fb5a1280ef8bf1aa2282bbdb9b8b4ed2 /app.mjs
parent617a6a9862bcb4f05ea73bb37893d387664f514a (diff)
v0.0.3 (auto x-plane detection and upstream bug fixes)
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();
});