Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'decorateMarker' of null #9

Open
cengiz-io opened this issue Mar 7, 2016 · 2 comments
Open

Comments

@cengiz-io
Copy link

Hello.

I just got this in my Atom 1.6.0-beta7 session.

  1. Start Atom with previously open files
  2. Switch to a .rs file

Atom Version: 1.6.0-beta7
System: Mac OS X 10.11.3
Thrown From: rust-api-docs-helper package, v0.5.1

Stack Trace

Uncaught TypeError: Cannot read property 'decorateMarker' of null

At /Users/cengizIO/.atom/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:30

TypeError: Cannot read property 'decorateMarker' of null
    at /Users/cengizIO/.atom/packages/rust-api-docs-helper/lib/gutter-decorator.coffee:30:53
    at XMLHttpRequest.<anonymous> (/Users/cengizIO/.atom/packages/rust-api-docs-helper/lib/docs-resolver.coffee:28:7)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "block-cursor",
      "terminal-plus",
      "hard-wrap",
      "atom-language-rust"
    ],
    "themes": [
      "one-dark-ui",
      "base16-tomorrow-dark-theme"
    ]
  }
}

Installed Packages

# User
file-icons, v1.6.18
language-rust, v0.4.6
linter, v1.11.3
linter-rust, v0.4.1
rust-api-docs-helper, v0.5.1
vim-mode, v0.64.0

# Dev
No dev packages
@Arzte
Copy link

Arzte commented May 22, 2016

Can confirm this issue, was reproducible on my machine.

@Oipo
Copy link

Oipo commented Aug 1, 2016

Still occurs on atom-1.10-beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants