瀏覽代碼

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…
取消
儲存