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

Promise.done is deprecated.

Open craglin 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 (<embedded>:1:729951)
Object.toggle (/Users/jamesmorgan/.atom/packages/graphviz-preview/lib/graphviz-preview.coffee:67:10)
HTMLElement.subscriptions.add.atom.commands.add.graphviz-preview:toggle (/Users/jamesmorgan/.atom/packages/graphviz-preview/lib/graphviz-preview.coffee:17:26)
CommandRegistry.handleCommandEvent (<embedded>:11:350382)
KeymapManager.dispatchCommandEvent (<embedded>:11:1230982)
KeymapManager.handleKeyboardEvent (<embedded>:11:1227116)

craglin avatar Mar 21 '21 20:03 craglin