You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom: 1.40.0 x64 Electron: 3.1.10 OS: Mac OS X 10.14.6 Thrown From: autoclose package 0.0.2
Stack Trace
Uncaught TypeError: this.action.disposalAction is not a function
At /Users/leonardorochacouto/.atom/packages/autoclose/lib/autoclose.coffee:39
TypeError: this.action.disposalAction is not a function
at Object._paneItemChanged (/packages/autoclose/lib/autoclose.coffee:39:29)
at /packages/autoclose/lib/autoclose.coffee:26:8
at Function.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1209208)
at Emitter.emit (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1210649)
at Workspace.didChangeActivePaneItemOnPaneContainer (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:424404)
at WorkspaceCenter.paneContainer.onDidChangeActivePaneItem.t (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:14:44396)
at Function.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1209208)
at Emitter.emit (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1210649)
at PaneContainer.didChangeActiveItemOnPane (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:446737)
at Pane.setActiveItem (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:455581)
at Pane.activateItem (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:457751)
at TabBarView.onClick (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1160295)
My changes in 4f3fe85 from over a year ago fixed this issue, but it has not been merged into master. This error is simply due to the deprecation of dispoalAction. Just open autoclose.coffee and replace @action.disposalAction() with @action.dispose().
[Enter steps to reproduce:]
Atom: 1.40.0 x64
Electron: 3.1.10
OS: Mac OS X 10.14.6
Thrown From: autoclose package 0.0.2
Stack Trace
Uncaught TypeError: this.action.disposalAction is not a function
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: