all: add space after catch

This commit is contained in:
jj
2024-11-15 12:19:49 +00:00
parent 4c006b2291
commit f7dc6cebad
4 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ const setupMain = async (cookiePath) => {
cluster.broadcast({ cookies });
console.log(`${Green('[✓]')} cookies loaded successfully!`);
} catch(e) {
} catch (e) {
console.error(`${Yellow('[!]')} failed to load cookies.`);
console.error('error:', e);
}