[mirotalksfu] - typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-08 21:37:01 +02:00
الأصل d790daa697
التزام b82df8e6d3

عرض الملف

@@ -36,7 +36,7 @@ const Log = {
};
module.exports = class Logger {
constructor(appName, debugOn = true) {
constructor(appName = 'miroTalkSfu', debugOn = true) {
this.appName = Log.fg.yellow + appName + Log.reset;
this.debugOn = debugOn;
}