mirror of
				https://git.hibas.dev/OpenServer/NodeLogging.git
				synced 2025-10-31 05:30:45 +00:00 
			
		
		
		
	Fixing wrong logging type on warning
This commit is contained in:
		| @ -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[]) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Stamm
					Fabian Stamm