Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Patch Jitsi logs into rageshakes (#8643)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored May 19, 2022
1 parent 408f4df commit 82169ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rageshake/rageshake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 82169ab

Please sign in to comment.