chuckhendo / project-quick-open

A quick view of all projects inside your 'project home' in Atom
MIT License
13 stars 4 forks source link

Crash when pressing the shortcut #8

Closed osasseville closed 9 years ago

osasseville commented 10 years ago

Window load time: 2095ms Uncaught TypeError: Cannot read property 'length' of undefined /Users/oliviersasseville/.atom/packages/project-quick-open/lib/project-quick-open-view.coffee:61 Uncaught TypeError: undefined is not a function /Users/oliviersasseville/.atom/packages/project-quick-open/lib/project-quick-open.coffee:14

chuckhendo commented 10 years ago

I think this was due to a project path not being set. This now defaults to home, and can also be set in the settings for project quick open (or in the general Atom settings). Can you try the new version (v0.2.2) and see how it is?