colelawrence / flying-art-preview

Based off of the code from atom-html-preview but adapted for previewing p5.js animations
MIT License
0 stars 0 forks source link

Promise.done is deprecated. #5

Open bahaibydesign opened 3 years ago

bahaibydesign commented 3 years ago

Atom now uses ES6 Promises instead of Q. Call promise.then instead of promise.done

Promise.done (<embedded>:1:769407)
Object.toggle (C:\Users\Jhostine Pomariga\.atom\packages\flying-art-preview\lib\flying-art-preview.coffee:103:10)
HTMLElement.subscriptions.add.atom.commands.add.flying-art-preview:toggle (C:\Users\Jhostine Pomariga\.atom\packages\flying-art-preview\lib\flying-art-preview.coffee:52:26)
CommandRegistry.handleCommandEvent (<embedded>:11:350265)
CommandRegistry.dispatch (<embedded>:11:348740)
AtomEnvironment.dispatchContextMenuCommand (<embedded>:1:767132)