Closed tmunro closed 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
debugger
Could you remove that? It triggers when I'm in dev mode :cry:
Oh my, that's embarrassing :scream: Fixed in #9 by @forivall (big thx!), released in v0.2.1
Out of habit, I (almost) always use git add -p so I can do a quick self-code review. It might be useful :wink:
git add -p
Hi,
It looks like there's a call to
debugger
on https://github.com/viddo/recent-files-fuzzy-finder/blob/master/lib/main.coffee#L24Could you remove that? It triggers when I'm in dev mode :cry: