chore: run prettier

This commit is contained in:
LukeGus
2026-07-23 23:52:42 -05:00
parent db0dea08cf
commit 62047dee5f
+3 -1
View File
@@ -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;
}