mirror of
https://github.com/bitwarden/jslib
synced 2025-12-26 13:13:29 +00:00
Match tslint rules (#264)
This commit is contained in:
@@ -18,7 +18,7 @@ export function interceptConsole(interceptions: any): object {
|
||||
// tslint:disable-next-line
|
||||
error: function () {
|
||||
interceptions.error = arguments;
|
||||
}
|
||||
},
|
||||
};
|
||||
return interceptions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user