Browse Source

Always log fallback watcher

main
Eric Amodio 3 years ago
parent
commit
f74d63f243
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/git/models/repository.ts

+ 1
- 3
src/git/models/repository.ts View File

@ -1109,9 +1109,7 @@ export class Repository implements Disposable {
); );
this._supportsChangeEvents = true; 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 {} } catch {}
} }
} }

Loading…
Cancel
Save