fix: Fixed issue that did not output base64 averages

This commit is contained in:
Davidson Gomes
2023-08-09 16:57:23 -03:00
parent da568e4ea5
commit 07ad5756eb
4 changed files with 10 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ export class Logger {
console.log(
/*Command.UNDERSCORE +*/ Command.BRIGHT + Level[type],
'[Evolution API]',
Command.BRIGHT + Color[type],
`v${packageJson.version}`,
Command.BRIGHT + Color[type],
process.pid.toString(),