mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 01:25:48 -05:00
Adds whitespace style changes
This commit is contained in:
@@ -25,6 +25,7 @@ function onConfigurationChange() {
|
||||
}
|
||||
|
||||
export class Logger {
|
||||
|
||||
static log(message?: any, ...params: any[]): void {
|
||||
if (config.debug) {
|
||||
console.log('[GitLens]', message, ...params);
|
||||
|
||||
Reference in New Issue
Block a user