evanw/skew-atom

Uncaught TypeError: Cannot read property 'isFile' of undefined

Opened this issue · 1 comments

[Enter steps to reproduce below:]

  1. Open another view with another project in it (in my case, figma-web)
  2. git pull changes into that project from the command line
  3. presto, the skew project window will crash

Atom Version: 1.4.0
System: Mac OS X 10.11.2
Thrown From: skew package, v0.1.5

Stack Trace

Uncaught TypeError: Cannot read property 'isFile' of undefined

At /Users/poppy/Planet/AppData/.atom/packages/skew/lib/main.coffee:162

TypeError: Cannot read property 'isFile' of undefined
    at /Users/poppy/Planet/AppData/.atom/packages/skew/lib/main.coffee:162:41
    at FSReqWrap.oncomplete (fs.js:82:15)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "whitespace"
    ]
  }
}

Installed Packages

# User
autocomplete-ruby, v0.1.0
highlight-selected, v0.11.1
linter, v1.11.3
linter-rubocop, v0.4.7
linter-ruby, v1.2.1
minimap, v4.19.0
minimap-split-diff, v0.3.0
pigments, v0.19.5
ruby-block, v0.3.5
skew, v0.1.5

# Dev
No dev packages

Left this because the atom editor told me to, lol.

It doesn't appear to have any impact on the editor, other than the error, that I can tell.