graphviz-preview icon indicating copy to clipboard operation
graphviz-preview copied to clipboard

Promise.done is deprecated.

Open Ralf-lamasoft opened this issue 3 years ago • 0 comments

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

Promise.done (<embedded>:1:835752)
Object.toggle (C:\Users\Ralf\.atom\packages\graphviz-preview\lib\graphviz-preview.coffee:67:10)
HTMLElement.subscriptions.add.atom.commands.add.graphviz-preview:toggle (C:\Users\Ralf\.atom\packages\graphviz-preview\lib\graphviz-preview.coffee:17:26)
CommandRegistry.handleCommandEvent (<embedded>:11:352326)
CommandRegistry.dispatch (<embedded>:11:350801)
AtomEnvironment.dispatchApplicationMenuCommand (<embedded>:1:833412)

Ralf-lamasoft avatar Jan 09 '22 10:01 Ralf-lamasoft