mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Rerun fallbacks (#260297)
This commit is contained in:
@@ -18,6 +18,10 @@ export class Log {
|
||||
this.output.trace(message);
|
||||
}
|
||||
|
||||
public debug(message: string): void {
|
||||
this.output.debug(message);
|
||||
}
|
||||
|
||||
public info(message: string): void {
|
||||
this.output.info(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user