[mirotalk] - typo
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ const Log = {
|
||||
},
|
||||
};
|
||||
module.exports = class Logger {
|
||||
constructor(appName, debugOn = true) {
|
||||
constructor(appName = 'miroTalkP2P', debugOn = true) {
|
||||
this.appName = Log.fg.yellow + appName + Log.reset;
|
||||
this.debugOn = debugOn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user