Object.addLeftTile is deprecated.
Closed this issue · 2 comments
baelter commented
Use version ^1.0.0 of the status-bar Service API.
Object.addLeftTile (/usr/share/atom/resources/app.asar/node_modules/status-bar/lib/main.js:174:16)
CtagsStatusView.mount (/home/anders/.atom/packages/ctags-status/lib/ctags-status-view.coffee:17:31)
Object.consumeStatusBar (/home/anders/.atom/packages/ctags-status/lib/ctags-status.coffee:107:21)
Provider.provide (/usr/share/atom/resources/app.asar/node_modules/service-hub/lib/provider.js:30:34)
ServiceHub.provide (/usr/share/atom/resources/app.asar/node_modules/service-hub/lib/service-hub.js:29:18)
Package.activateServices (/usr/share/atom/resources/app.asar/src/package.js:372:65)
mrkschan commented
Hey @baelter, how do you receive that "deprecation" notice? I cannot see the deprecation notice from dev-console in Atom. Do I have to setup something?
baelter commented
Got it from the "Deprecation Cop". It's gone in 1.2.5. There are two other deprecated calls though, #86 and #87