mirror of https://github.com/vector-im/riot-web
Patch Jitsi logs into rageshakes (#8643)
parent
408f4dfe09
commit
82169ab923
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue