Skip to content

Commit 677f1f1

Browse files
committed
fixup
1 parent 510954a commit 677f1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/logging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class Logger {
8585
const title = new Date().toLocaleTimeString();
8686
const formattedMessage = `[${LogLevel[level]} - ${title}] ${message}`;
8787
this.channel.appendLine(formattedMessage);
88-
console.debug(formattedMessage); // useful for CI debugging
88+
console.log(formattedMessage); // useful for CI debugging
8989
}
9090
}
9191

0 commit comments

Comments
 (0)