cliffrowley / atom-open-in-github-app

Atom package to open the current project in GitHub.app
MIT License
5 stars 1 forks source link

Project.getPath is deprecated. #6

Closed zimme closed 9 years ago

zimme commented 9 years ago

Use ::getPaths instead

Project.getPath (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/project.js:235:12)
Object.openApp (/Users/zimme/.atom/packages/open-in-github-app/lib/open-in-github-app.coffee:9:26)
jrsconfitto commented 9 years ago

Thanks for the report :smile:

zimme commented 9 years ago

No problem, would have made a PR if I wasn't working on my own packages :stuck_out_tongue_closed_eyes:

cliffrowley commented 9 years ago

Let's fix this after https://github.com/cliffrowley/atom-open-in-github-app/issues/7 and https://github.com/cliffrowley/atom-open-in-github-app/issues/10

zimme commented 9 years ago

:+1:

cliffrowley commented 9 years ago

Fixed by https://github.com/cliffrowley/atom-open-in-github-app/pull/12