소스 검색

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

불러오는 중...
취소
저장