viddo / recent-files-fuzzy-finder

Atom package to quickly find recently opened files
https://atom.io/packages/recent-files-fuzzy-finder
MIT License
18 stars 7 forks source link

Debugger call in main.coffee #10

Closed tmunro closed 9 years ago

tmunro commented 9 years ago

Hi,

It looks like there's a call to debugger on https://github.com/viddo/recent-files-fuzzy-finder/blob/master/lib/main.coffee#L24

Could you remove that? It triggers when I'm in dev mode :cry:

viddo commented 9 years ago

Oh my, that's embarrassing :scream: Fixed in #9 by @forivall (big thx!), released in v0.2.1

forivall commented 9 years ago

Out of habit, I (almost) always use git add -p so I can do a quick self-code review. It might be useful :wink: