From 3628669dff65acb2c4c6df6d3f1fb593930acb24 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 26 Aug 2024 13:24:40 -0700 Subject: v0.0.3 (auto x-plane detection and upstream bug fixes) --- app.mjs | 1 + 1 file changed, 1 insertion(+) (limited to 'app.mjs') 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(); }); -- cgit v1.2.3-70-g09d2