Skip to content

Commit 33541f2

Browse files
committed
Correct output channel name
1 parent cf25ad8 commit 33541f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class VSCodeLogger implements ILogger {
5151

5252
private _print(...args: any[]) {
5353
if (!this._outputChannel) {
54-
this._outputChannel = vscode.window.createOutputChannel("InterSystems Server Manager");
54+
this._outputChannel = vscode.window.createOutputChannel("InterSystems Testing Manager");
5555
}
5656

5757
const msg = args

0 commit comments

Comments
 (0)