mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-29 18:31:33 +00:00
chore: run prettier
This commit is contained in:
@@ -31,7 +31,9 @@ let foundBundle = false;
|
|||||||
|
|
||||||
for (const bundlePath of bundlePaths) {
|
for (const bundlePath of bundlePaths) {
|
||||||
if (!fs.existsSync(bundlePath)) {
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user