atom / archive-view

Open compressed files in Atom
MIT License
31 stars 32 forks source link

Workspace.get is deprecated. #53

Closed Naggertooth closed 7 years ago

Naggertooth commented 7 years ago

atom.workspace.paneContainer has always been private, but it is now gone. Please use atom.workspace.getCenter() instead and consult the workspace API docs for public methods.

Workspace.get (<embedded>:24639:18)
Object.activate (C:\Users\user\.atom\packages\atom-ftp-editor\lib\main.js:52:21)
Package.activateNow (<embedded>:68361:25)
<unknown> (<embedded>:69076:31)
Function.module.exports.Emitter.simpleDispatch (<embedded>:62396:20)
Emitter.emit (<embedded>:62512:34)
50Wliu commented 7 years ago

Thanks for contributing!

It appears that this is being caused by the atom-ftp-editor package, not Atom itself. It may be that there is still a bug in Atom. If so, we'll need the maintainer of the package that is causing the problem to help track that down. You should file this issue on their repository so they can either fix the problem or tell us where the problem is coming from. The Atom FAQ has information on how to contact the maintainers of any Atom community package or theme.