mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
add colon
This commit is contained in:
@@ -24,6 +24,6 @@ export class VsCodeOutputLogger extends Disposable implements ILogger {
|
||||
}
|
||||
|
||||
public trace(title: string, message: string, data?: any): void {
|
||||
this._outputChannel.trace(`${title} ${message}`, ...(data ? [JSON.stringify(data, null, 4)] : []));
|
||||
this._outputChannel.trace(`${title}: ${message}`, ...(data ? [JSON.stringify(data, null, 4)] : []));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user