mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Equicord Logger
This commit is contained in:
parent
3e32bbccfe
commit
89c4e489f5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export class Logger {
|
|||
|
||||
private _log(level: "log" | "error" | "warn" | "info" | "debug", levelColor: string, args: any[], customFmt = "") {
|
||||
if (IS_REPORTER && IS_WEB) {
|
||||
console[level]("[Vencord]", this.name + ":", ...args);
|
||||
console[level]("[Equicord]", this.name + ":", ...args);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue