mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Never disable error logging on the frontend
This commit is contained in:
parent
ceb69203b5
commit
c2221ff7e8
@ -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 New Issue
Block a user