From 62047dee5f6158a654a0b164d931cecf8a6e3e8a Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 23 Jul 2026 23:52:42 -0500 Subject: [PATCH] chore: run prettier --- scripts/patch-guacamole-common-js.cjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/patch-guacamole-common-js.cjs b/scripts/patch-guacamole-common-js.cjs index 69e6751a..039071de 100644 --- a/scripts/patch-guacamole-common-js.cjs +++ b/scripts/patch-guacamole-common-js.cjs @@ -31,7 +31,9 @@ let foundBundle = false; for (const bundlePath of bundlePaths) { if (!fs.existsSync(bundlePath)) { - console.log(`[patch-guacamole-common-js] ${bundlePath} not found, skipping`); + console.log( + `[patch-guacamole-common-js] ${bundlePath} not found, skipping`, + ); continue; }