We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if you try to get a repo that can't be found, you get this:
{ [Error: Not Found] domainEmitter: { domain: { domain: null, _events: [Object], _maxListeners: 10, members: [] }, _events: { end: [Object], data: [Function] }, _maxListeners: 10, writable: false, readable: true, paused: false, autoDestroy: true, push: [Function], queue: [Function], end: [Function], destroy: [Function], pause: [Function], resume: [Function] }, domain: { domain: null, _events: { error: [Function] }, _maxListeners: 10, members: [] }, domainThrown: false } Error: Not Found at Request._callback (/usr/local/Cellar/node/0.8.15/lib/node_modules/github-changes/node_modules/github-commit-stream/index.js:57:37) at Request.self.callback (/usr/local/Cellar/node/0.8.15/lib/node_modules/github-changes/node_modules/github-commit-stream/node_modules/request/index.js:148:22) at Request.EventEmitter.emit (events.js:98:17) at Request.<anonymous> (/usr/local/Cellar/node/0.8.15/lib/node_modules/github-changes/node_modules/github-commit-stream/node_modules/request/index.js:886:14) at Request.EventEmitter.emit (events.js:117:20) at IncomingMessage.<anonymous> (/usr/local/Cellar/node/0.8.15/lib/node_modules/github-changes/node_modules/github-commit-stream/node_modules/request/index.js:837:12) at IncomingMessage.EventEmitter.emit (events.js:117:20) at _stream_readable.js:895:16 at process._tickDomainCallback (node.js:459:13)
What would you think of reporting:
Could not find repository. Did you forgot to authenticate with --auth?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, if you try to get a repo that can't be found, you get this:
What would you think of reporting:
The text was updated successfully, but these errors were encountered: