fcoury / atom-rspec

Atom RSpec runner package
MIT License
69 stars 42 forks source link

Use `then` instead of `done` for promises. #78

Closed danhper closed 7 years ago

danhper commented 9 years ago

It seems than in Atom 1.1.0, Promise.done does not exist anymore. I changed it to Promise.then to avoid the plugin to crash.