GovReady / Issue-Packs

Generate packs of compliance related issues for GitHub issues
MIT License
2 stars 3 forks source link

Getting undefined error #9

Closed cmbirk closed 8 years ago

cmbirk commented 8 years ago
/usr/local/Cellar/node/4.1.0/libexec/npm/lib/node_modules/issue-pack/lib/IssuePack.js:145
         if (message.errors.length === 1 && message.errors[0].code == 'already_exists') {
                           ^

TypeError: Cannot read property 'length' of undefined
   at IssuePack.<anonymous> (/usr/local/Cellar/node/4.1.0/libexec/npm/lib/node_modules/issue-pack/lib/IssuePack.js:145:29)
   at Object.proto.sendError (/usr/local/Cellar/node/4.1.0/libexec/npm/lib/node_modules/issue-pack/node_modules/github/api/v3.0.0/index.js:32:13)