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; }