noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Error when using with flex-tool-bar #462

Closed dachendev closed 8 years ago

dachendev commented 8 years ago

Using callback build:trigger gives an error. Uncaught TypeError: Cannot read property 'startsWith' of undefined

If anyone knows how to fix this it'd be much appreciated

noseglid commented 8 years ago

Any stack trace to this?

dachendev commented 8 years ago

TypeError: Cannot read property 'startsWith' of undefined at toolBar.addButton.callback (/home/jndachenhaus/.atom/packages/flex-tool-bar/types/url.coffee:10:13) at executeCallback (/home/jndachenhaus/.atom/packages/tool-bar/lib/tool-bar-button-view.js:107:5) at ToolBarButtonView._onClick (/home/jndachenhaus/.atom/packages/tool-bar/lib/tool-bar-button-view.js:69:7)

dachendev commented 8 years ago

This was my bad, misspelled something and didn't notice it until looking it over for the seventh time