Patch Jitsi logs into rageshakes (#8643)

pull/28217/head
Robin 2022-05-19 05:23:29 -04:00 committed by GitHub
parent 408f4dfe09
commit 82169ab923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export class ConsoleLogger {
this.originalFunctions[fnName](...args); 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 // We don't know what locale the user may be running so use ISO strings
const ts = new Date().toISOString(); const ts = new Date().toISOString();