Updated format

This commit is contained in:
2021-09-16 18:18:04 +07:00
parent d011f4547e
commit e26ee50faf
9 changed files with 16 additions and 15 deletions

View File

@@ -41,4 +41,4 @@ export const info = (message?: any, ...args: any[]) => {
export const success = (message?: any, ...args: any[]) => {
const msg = prefixColor("SUCCESS", message)
args.length === 0 ? logger.info(msg) : logger.info(msg, ...args)
}
}