mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +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