jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Pane.addItem is deprecated. #209

Closed marcusviniciusmesquita closed 7 years ago

marcusviniciusmesquita commented 7 years ago

Pane::addItem(item, 0) is deprecated in favor of Pane::addItem(item, {index: 0})

Pane.addItem (/usr/share/atom-git/resources/app.asar/src/pane.js:447:14)
Object.toggleView (/home/marcus/.atom/packages/git-control/lib/git-control.coffee:50:21)
atom-workspace.<anonymous> (/home/marcus/.atom/packages/git-control/lib/git-control.coffee:27:24)
CommandRegistry.handleCommandEvent (/usr/share/atom-git/resources/app.asar/src/command-registry.js:259:29)
handleCommandEvent (/usr/share/atom-git/resources/app.asar/src/command-registry.js:3:59)
CommandRegistry.dispatch (/usr/share/atom-git/resources/app.asar/src/command-registry.js:160:19)
Synergi commented 7 years ago

Was attempting to repair a conflict (Bitbucket) when I encountered this error.

Pane.addItem - /Applications/Atom.app/Contents/Resources/app.asar/src/pane.js:447:14 Object.toggleView - /Users/ipscape-jellesley-smith/.atom/packages/git-control/lib/git-control.coffee:50:21 atom-workspace. - /Users/ipscape-jellesley-smith/.atom/packages/git-control/lib/git-control.coffee:27:24 CommandRegistry.handleCommandEvent - /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:259:29 handleCommandEvent - /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:59 CommandRegistry.dispatch - /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:160:19