Updated events
This commit is contained in:
@@ -28,7 +28,7 @@ type CustomColorProps = {
|
||||
color: string
|
||||
}
|
||||
|
||||
export function log(m: string, t: LogType, c?: CustomColorProps): void {
|
||||
export function log(m: any, t: LogType, c?: CustomColorProps): void {
|
||||
const date = new Date()
|
||||
const time = logTimeFormatter(date)
|
||||
const logType = AllLogs[t].m
|
||||
|
||||
Reference in New Issue
Block a user