Patch Jitsi logs into rageshakes (#8643)

This commit is contained in:
Robin
2022-05-19 10:23:29 +01:00
committed by GitHub
parent 408f4dfe09
commit 82169ab923
+1 -1
View File
@@ -81,7 +81,7 @@ export class ConsoleLogger {
this.originalFunctions[fnName](...args);
}
private log(level: string, ...args: (Error | DOMException | object | string)[]): void {
public log(level: string, ...args: (Error | DOMException | object | string)[]): void {
// We don't know what locale the user may be running so use ISO strings
const ts = new Date().toISOString();