diff --git a/src/index.ts b/src/index.ts index 2400c92..0ee399e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -59,7 +59,7 @@ export class Logging { } static warning(...message: any[]) { - Logging.message(LoggingTypes.Log, message); + Logging.message(LoggingTypes.Warning, message); } static logWithCustomColors(type: LoggingTypes, colors: string, ...message: any[]) {