This commit is contained in:
Skillz
2020-05-30 17:45:20 -04:00
parent 599627cce5
commit 5fe9479c21

View File

@@ -40,7 +40,7 @@ export const logYellow = (text: unknown) => {
export const logger = {
getTime,
sucess: logGreen,
success: logGreen,
info: logBlue,
error: logRed,
warn: logYellow,