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
I did nothing more than adding the package and using it in a rather expansive node server project, about 3.700 lines. When opening the CMD+R lookup and scrolling with the arrow keys, the error appeared, seemingly at random.
Atom: 1.15.0-beta3 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: atom-ctags package 5.0.0
Stack Trace
Uncaught TypeError: Cannot read property 'row' of undefined
At /Applications/Atom Beta.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/point.js:30
TypeError: Cannot read property 'row' of undefined
at Function.module.exports.Point.fromObject (/app.asar/node_modules/text-buffer/lib/point.js:30:23)
at TextBuffer.module.exports.TextBuffer.clipPosition (/app.asar/node_modules/text-buffer/lib/text-buffer.js:1022:24)
at DisplayLayer.translateBufferPosition (/app.asar/node_modules/text-buffer/lib/display-layer.js:271:34)
at TextEditor.module.exports.TextEditor.screenPositionForBufferPosition (/app.asar/src/text-editor.js:1640:32)
at TextEditor.module.exports.TextEditor.scrollToBufferPosition (/app.asar/src/text-editor.js:3162:47)
at FileView.module.exports.FileView.scrollToPosition (/packages/atom-ctags/lib/file-view.coffee:116:14)
at FileView.module.exports.FileView.scrollToItemView (/packages/atom-ctags/lib/file-view.coffee:112:6)
at FileView.module.exports.SelectListView.selectItemView (/packages/atom-ctags/node_modules/atom-space-pen-views/lib/select-list-view.js:310:19)
at FileView.module.exports.SelectListView.selectNextItemView (/packages/atom-ctags/node_modules/atom-space-pen-views/lib/select-list-view.js:301:19)
at /packages/atom-ctags/node_modules/atom-space-pen-views/lib/select-list-view.js:89:19)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29)
at /app.asar/src/command-registry.js:3:59
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:599:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:390:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/app.asar/src/window-event-handler.js:106:36)
at /app.asar/src/window-event-handler.js:3:59)
I did nothing more than adding the package and using it in a rather expansive node server project, about 3.700 lines. When opening the CMD+R lookup and scrolling with the arrow keys, the error appeared, seemingly at random.
Atom: 1.15.0-beta3 x64
Electron: 1.3.13
OS: Mac OS X 10.12.3
Thrown From: atom-ctags package 5.0.0
Stack Trace
Uncaught TypeError: Cannot read property 'row' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: