atomatigit icon indicating copy to clipboard operation
atomatigit copied to clipboard

Uncaught TypeError: undefined is not a function

Open shaunhAU opened this issue 9 years ago • 0 comments

  1. Attempted to fetch from Master branch.

Atom Version: 1.0.2 System: Mac OS X 10.10.3 Thrown From: atomatigit package, v1.5.3

Stack Trace

Uncaught TypeError: undefined is not a function

At /Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/async.js:95

TypeError: undefined is not a function
  at /Users/shaunh/.atom/packages/atomatigit/lib/models/repo.coffee:69:8
  at tryCatch1 (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/util.js:45:21)
  at Promise$_callHandler [as _callHandler] (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/promise.js:660:13)
  at Promise$_settlePromiseFromHandler [as _settlePromiseFromHandler] (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/promise.js:675:18)
  at Promise$_settlePromiseAt [as _settlePromiseAt] (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/promise.js:845:14)
  at Promise$_settlePromises [as _settlePromises] (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/promise.js:988:14)
  at Async$_consumeFunctionBuffer [as _consumeFunctionBuffer] (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/async.js:77:12)
  at Async$consumeFunctionBuffer (/Users/shaunh/.atom/packages/atomatigit/node_modules/promised-git/node_modules/bluebird/js/main/async.js:40:14)
  at process._tickCallback (node.js:357:13)

Commands

  3x -5:43.9.0 core:move-up (div.file-list-view.list-view)
     -4:52.2.0 atomatigit:toggle (atom-text-editor.editor.is-focused)
     -4:46.9.0 atomatigit:stage (div.file-list-view.list-view)
     -4:44.8.0 core:move-down (div.file-list-view.list-view)
     -4:44.2.0 atomatigit:stage (div.file-list-view.list-view)
     -4:28.7.0 atomatigit:commit (div.file-list-view.list-view)
     -4:19.1.0 core:backspace (atom-text-editor.editor.is-focused)
     -4:16.9.0 core:save (atom-text-editor.editor.is-focused)
     -4:09.5.0 atomatigit:files (div.file-list-view.list-view)
     -4:04.8.0 core:move-right (div.file-list-view.list-view)
     -4:03.1.0 atomatigit:branches (div.file-list-view.list-view)
     -4:02.3.0 atomatigit:files (div.branch-list-view.list-view)
  2x -3:54.1.0 core:move-up (div.file-list-view.list-view)
     -0:30 core:close (atom-text-editor.editor.is-focused)
     -0:27.7.0 core:save (atom-text-editor.editor.is-focused)
  4x -0:26.6.0 core:close (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
atom-alignment, v0.12.1
atom-beautify, v0.28.7
atomatigit, v1.5.3
atometer, v0.1.0
autocomplete-sass, v0.1.0
color-picker, v2.0.10
emmet, v2.3.12
git-diff-details, v0.18.0
highlight-line, v0.11.0
language-liquid, v0.4.0
pigments, v0.8.4
todo-show, v0.13.0

# Dev
No dev packages

shaunhAU avatar Jul 23 '15 04:07 shaunhAU