[mirotalksfu] - fix Logger color

هذا الالتزام موجود في:
Miroslav Pejic
2025-03-24 21:21:41 +01:00
الأصل bc8b7e94bc
التزام 5ca23c770e

عرض الملف

@@ -10,7 +10,7 @@ config.console.colors ? colors.enable() : colors.disable();
const options = {
depth: null,
colors: true,
colors: config.console.colors,
};
module.exports = class Logger {
constructor(appName = 'miroTalkSfu') {