mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

added test currentDocument has 'file' property. #63

Closed laminko closed 10 years ago

laminko commented 10 years ago

when running grunt, todo extension occured an error on ParseUtils.js.

Message: Uncaught TypeError: Cannot read property 'fullPath' of undefined on: ParseUtils.js:28

mikaeljorhult commented 10 years ago

Thank you @lminko. What Grunt task are you running when you encounter this?

mikaeljorhult commented 10 years ago

Closing while waiting for feedback. Please reopen if this is still an issue.

laminko commented 10 years ago

hi @mikaeljorhult

the tasks were: jasmine and jshint. I updated the Brackets and plugins, it's ok and no issue. thanks.

mikaeljorhult commented 10 years ago

Okay, great! Thank you for the feedback.