Selaa lähdekoodia

Always log fallback watcher

main
Eric Amodio 3 vuotta sitten
vanhempi
commit
f74d63f243
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. +1
    -3
      src/git/models/repository.ts

+ 1
- 3
src/git/models/repository.ts Näytä tiedosto

@ -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 {}
}
}

Ladataan…
Peruuta
Tallenna