Преглед изворни кода

Always log fallback watcher

main
Eric Amodio пре 3 година
родитељ
комит
f74d63f243
1 измењених фајлова са 1 додато и 3 уклоњено
  1. +1
    -3
      src/git/models/repository.ts

+ 1
- 3
src/git/models/repository.ts Прегледај датотеку

@ -1109,9 +1109,7 @@ export class Repository implements Disposable {
);
this._supportsChangeEvents = true;
if (Logger.enabled(LogLevel.Debug)) {
Logger.debug(`Repository(${this.id}) is now using fallback file watching`);
}
Logger.debug(`Repository(${this.id}) is now using fallback file watching`);
} catch {}
}
}

Loading…
Откажи
Сачувај