mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Never disable error logging on the frontend
This commit is contained in:
parent
ceb69203b5
commit
c2221ff7e8
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ export const log = new class {
|
|||
}
|
||||
|
||||
error(message?: any, ...optionalParams: any[]): void {
|
||||
if (!log.enabled) return;
|
||||
debugger;
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(message, ...optionalParams);
|
||||
|
|
Loading…
Reference in a new issue