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

Promise.done is deprecated.

Open The3Null4Player613310 opened this issue 5 years ago • 0 comments

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

Promise.done (/usr/lib/atom/src/atom-environment.js:1499:3)
Object.toggle (/home/thenullplayer/.atom/packages/graphviz-preview/lib/graphviz-preview.coffee:67:10)
HTMLElement.subscriptions.add.atom.commands.add.graphviz-preview:toggle (/home/thenullplayer/.atom/packages/graphviz-preview/lib/graphviz-preview.coffee:17:26)
CommandRegistry.handleCommandEvent (/usr/lib/atom/src/command-registry.js:384:43)
CommandRegistry.dispatch (/usr/lib/atom/src/command-registry.js:273:17)
AtomEnvironment.dispatchApplicationMenuCommand (/usr/lib/atom/src/atom-environment.js:1345:19)

The3Null4Player613310 avatar Apr 16 '19 18:04 The3Null4Player613310