prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Uncaught TypeError: undefined is not a function #46

Open stjohnjohnson opened 9 years ago

stjohnjohnson commented 9 years ago

Don't remember how this happened, but just FYI.

Atom Version: 1.0.2 System: Mac OS X 10.10.3 Thrown From: git-projects package, v1.15.0

Stack Trace

Uncaught TypeError: undefined is not a function

At /Applications/Atom.app/Contents/Resources/app.asar/src/task.js:120

TypeError: undefined is not a function
  at Task.module.exports.Task.send (/Applications/Atom.app/Contents/Resources/app.asar/src/task.js:120:27)
  at Task.module.exports.Task.start (/Applications/Atom.app/Contents/Resources/app.asar/src/task.js:111:12)
  at /Users/stjohn/.atom/packages/git-projects/lib/task-pool.coffee:23:7

Commands

     -9:58.7.0 core:save (atom-text-editor.editor.is-focused)
     -0:12.3.0 git-projects:toggle (atom-text-editor.editor.is-focused)
 13x -0:07.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:06.4.0 git-projects:toggle (atom-text-editor.editor.is-focused)
  4x -0:00.6.0 core:move-down (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "feedback",
      "welcome",
      "exception-reporting",
      "metrics",
      "open-on-github",
      "emmet",
      "archive-view",
      "atomatigit",
      "irc",
      "project-switcher",
      "git-grep",
      "project-switcher2",
      "compare-files"
    ],
    "themes": [
      "atom-dark-ui",
      "monokai"
    ],
    "projectHome": "/Users/stjohn/Sites",
    "audioBeep": false
  },
  "git-projects": {
    "rootPath": "/Users/stjohn/Sites"
  }
}

Installed Packages

# User
auto-detect-indentation, v0.4.2
color-picker, v2.0.10
docblockr, v0.7.3
editorconfig, v1.0.1
file-icons, v1.5.8
git-projects, v1.15.0
git-tab-status, v1.9.2
highlight-line, v0.11.0
highlight-selected, v0.10.1
linter, v1.2.3
linter-jshint, v1.0.5
linter-jsonlint, v0.1.4
linter-rubocop, v0.2.7
monokai, v0.14.0
pretty-json, v0.4.1
project-colorize, v0.2.0
regex-railroad-diagram, v0.8.3
test-status, v0.35.0

# Dev
No dev packages