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 'forEach' of undefined #276

Closed
mrapczynski opened this issue Feb 18, 2015 · 0 comments
Closed

Uncaught TypeError: Cannot read property 'forEach' of undefined #276

mrapczynski opened this issue Feb 18, 2015 · 0 comments

Comments

@mrapczynski
Copy link

[Enter steps to reproduce below:]

  1. Opening any file in Atom

Atom Version: 0.180.0
System: Mac OS X 10.10.2
Thrown From: minimap package, v4.2.2

Stack Trace

Uncaught TypeError: Cannot read property 'forEach' of undefined

At /Users/mrapczynski/.atom/packages/minimap/lib/main.coffee:273

TypeError: Cannot read property 'forEach' of undefined
  at Main.observeMinimaps (/Users/mrapczynski/.atom/packages/minimap/lib/main.coffee:273:21)
  at MinimapGitDiff.createBindings (/Users/mrapczynski/.atom/packages/minimap-git-diff/lib/minimap-git-diff.coffee:56:33)
  at MinimapGitDiff.createBindings (/Users/mrapczynski/.atom/packages/minimap-git-diff/lib/minimap-git-diff.coffee:1:1)
  at /Users/mrapczynski/.atom/packages/minimap-git-diff/lib/minimap-git-diff.coffee:49:10
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:82:11)
  at Project.module.exports.Project.addPath (/Applications/Atom.app/Contents/Resources/app/src/project.js:282:29)
  at EventEmitter.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:39:25)
  at EventEmitter.emit (events.js:119:17)

Commands

Config

{
  "core": {
    "disabledPackages": [
      "language-go",
      "language-coffee-script",
      "language-perl",
      "language-ruby",
      "language-ruby-on-rails",
      "language-toml",
      "language-objective-c",
      "language-less",
      "autocomplete-plus",
      "language-asciidoc"
    ],
    "themes": [
      "seti-ui",
      "seti-syntax"
    ],
    "audioBeep": false
  },
  "minimap": {
    "plugins": {
      "git-diff": true
    }
  }
}

Installed Packages

# User
asciidoc-preview, v0.4.2
atom-grails, v0.1.0
atomatigit, v1.2.3
language-gradle, v0.0.3
language-groovy, v0.3.0
language-ini, v1.7.0
language-jade, v0.3.0
language-java, v0.14.0
language-javascript, v0.57.0
language-svg, v0.3.0
language-todo, v0.16.0
language-yaml, v0.22.0
linter, v0.11.1
linter-js-yaml, v1.0.0
linter-jshint, v0.1.0
linter-jsonlint, v0.1.2
linter-pyflakes, v0.0.4
minimap, v4.2.2
minimap-find-and-replace, v3.1.0
minimap-git-diff, v3.1.1
pretty-json, v0.3.2
runcoderun, v0.5.1
script, v2.16.0
seti-syntax, v0.3.3
seti-ui, v0.6.3

# Dev
No dev packages
@abe33 abe33 closed this as completed in c186e61 Feb 18, 2015
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

1 participant