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. #6

Open geghie opened 2 years ago

geghie commented 2 years ago

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

Promise.done (<embedded>:1:822765)
Object.toggle (C:\Users\user\.atom\packages\flying-art-preview\lib\flying-art-preview.coffee:103:10)
HTMLElement.subscriptions.add.atom.commands.add.flying-art-preview:toggle (C:\Users\user\.atom\packages\flying-art-preview\lib\flying-art-preview.coffee:52:26)
CommandRegistry.handleCommandEvent (<embedded>:11:352663)
CommandRegistry.dispatch (<embedded>:11:351138)
AtomEnvironment.dispatchApplicationMenuCommand (<embedded>:1:820425)