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
Uncaught TypeError: Cannot read property 'length' of undefined
At /home/kahasta/.atom/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:22
TypeError: Cannot read property 'length' of undefined
at GutterDecorator.module.exports.GutterDecorator.updateMarkers (/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:22:7)
at /packages/rust-api-docs-helper/lib/gutter-decorator.coffee:1:1
at Function.simpleDispatch (/usr/lib/atom/node_modules/event-kit/dist/emitter.js:64:14)
at Emitter.emit (/usr/lib/atom/node_modules/event-kit/dist/emitter.js:257:28)
at TextBuffer.emitDidStopChangingEvent (/usr/lib/atom/node_modules/text-buffer/lib/text-buffer.js:2381:18)
at later (/usr/lib/atom/node_modules/text-buffer/lib/helpers.js:18:7)
Same problem for me on first time install of Atom 1.36.1 x64, rustc 1.34.1 (fc50f328b 2019-04-24)
with rust hello_world/main.rs:
fn main() {
println!("Hello, world!");
}
happens with every letter typed.
C:\Users\ingmar.atom\packages\rust-api-docs-helper\lib\gutter-decorator.coffee:22
Hide Stack Trace
TypeError: Cannot read property 'length' of undefined
at GutterDecorator.module.exports.GutterDecorator.updateMarkers (file:///C:/Users/../.atom/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:22:7)
at file:///C:/Users/../.atom/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:1:1
at Function.simpleDispatch (C:\Users..\AppData\Local\atom\app-1.36.1\resources\app\static<embedded>:11:1172164)
at Emitter.emit (C:\Users..\AppData\Local\atom\app-1.36.1\resources\app\static<embedded>:11:1173605)
at TextBuffer.emitDidStopChangingEvent (C:\Users..\AppData\Local\atom\app-1.36.1\resources\app\static<embedded>:11:504894)
at later (C:\Users..\AppData\Local\atom\app-1.36.1\resources\app\static<embedded>:14:98352)
[Enter steps to reproduce:]
Atom: 1.35.1 x64
Electron: 3.1.6
OS: "Manjaro Linux"
Thrown From: rust-api-docs-helper package 0.5.1
Stack Trace
Uncaught TypeError: Cannot read property 'length' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: