mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-16 21:18:50 +00:00
all: add space after catch
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user