Updated format
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user