mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
verbose to trace
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import { ILogger } from '../logging';
|
||||
|
||||
export const nulLogger = new class implements ILogger {
|
||||
verbose(): void {
|
||||
trace(): void {
|
||||
// noop
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user