From 526fbae724716bc3ae0fa8f866c537c7d3e81807 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Mon, 7 Jul 2025 22:54:42 -0400 Subject: [PATCH] 5th times the charm? --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 48918ab7..34fc7a83 100644 --- a/app.js +++ b/app.js @@ -404,6 +404,7 @@ function generateDevices() { }); }); let dstr = JSON.stringify(devs); + util.mkdir(PATH.join(dir,"src","pack")); fs.writeFileSync(PATH.join(dir,"src","pack","devices.js"), `export const devices = ${dstr};`); }