Fixed login bug again
This commit is contained in:
parent
6bb0f0dd0a
commit
0d214de5ed
21 changed files with 1142 additions and 1147 deletions
|
|
@ -26,7 +26,7 @@ export function log(
|
|||
blue: "\x1b[34m",
|
||||
};
|
||||
const resetCode = "\x1b[0m";
|
||||
console.log(`${colorCodes[color]}[${logger}]${resetCode}`, ...args);
|
||||
console.log(`${colorCodes[color]}${logger}${resetCode}`, ...args);
|
||||
}
|
||||
|
||||
const size = 20;
|
||||
|
|
|
|||
Loading…
Reference in a new issue