Closed danhper closed 7 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.
Promise.done
Promise.then
It seems than in Atom 1.1.0,
Promise.done
does not exist anymore. I changed it toPromise.then
to avoid the plugin to crash.