ソースを参照

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

読み込み中…
キャンセル
保存