Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Console contains "Unable to stat changed path" warnings from inside .git folder after big checkouts #6803

Open
@peterflynn

Description

@peterflynn

I've seen this several times and it was also reported in #6799.

  1. Open a project in Brackets
  2. Using git on the command line, switch between two widely different branches in the project
  3. Look at Brackets console log

Result:
A dozen or so warnings of the form "Unable to stat changed path: .git... NotFound"

Expected:
We're supposed to ignore churn inside the .git folder, so this is confusing and perhaps unnecessarily scary-looking.

As best I can tell it's actually harmless though: AppShellFileSystem._enqueueChange() fails to stat and then sends the change along to FileSystem anyway, where it is promptly dropped on the floor since that folder is filtered out by the watch-root's filter.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions