Created
January 5, 2014 13:04
-
-
Save chevdor/8267955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/will/Projects/gekko-fork-will/actors/nmanotifier.js:15 | |
this.setup(); | |
^ | |
TypeError: Object #<Object> has no method 'setup' | |
at NMA (/Users/will/Projects/gekko-fork-will/actors/nmanotifier.js:15:8) | |
at NMA.notify (/Users/will/Projects/gekko-fork-will/actors/nmanotifier.js:33:3) | |
at bound [as notify] (/Users/will/Projects/gekko-fork-will/node_modules/lodash/dist/lodash.js:729:21) | |
at NMA.setup (/Users/will/Projects/gekko-fork-will/actors/nmanotifier.js:20:12) | |
at bound (/Users/will/Projects/gekko-fork-will/node_modules/lodash/dist/lodash.js:729:21) | |
at new NMA (/Users/will/Projects/gekko-fork-will/actors/nmanotifier.js:15:8) | |
at iterator (/Users/will/Projects/gekko-fork-will/gekko.js:120:22) | |
at iterate (/Users/will/Projects/gekko-fork-will/node_modules/async/lib/async.js:131:13) | |
at /Users/will/Projects/gekko-fork-will/node_modules/async/lib/async.js:142:25 | |
at /Users/will/Projects/gekko-fork-will/core/util.js:101:38 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment