Skip to content
New issue

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

Ambiguous error stack traces #713

Open
gabriel-alecu opened this issue Mar 29, 2016 · 1 comment
Open

Ambiguous error stack traces #713

gabriel-alecu opened this issue Mar 29, 2016 · 1 comment

Comments

@gabriel-alecu
Copy link

Some errors contain the exact same useless stack trace, which makes debugging a huge pain:

Error
    at createConstructor (C:\Users\Gabi\AppData\Roaming\npm\node_modules\geddy\lib\response\errors.js:68:34)
    at new <anonymous> (C:\Users\Gabi\AppData\Roaming\npm\node_modules\geddy\lib\response\errors.js:79:33)
    at Object.<anonymous> (C:\Users\Gabi\AppData\Roaming\npm\node_modules\geddy\lib\response\errors.js:21:10)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (C:\Users\Gabi\AppData\Roaming\npm\node_modules\geddy\lib\controller\responder\index.js:6:14)

I have noticed the same message being displayed for the following cases:

Edit:
it seems that this was fixed in the repo, but NPM is still pulling an old version with the bug.

@mde
Copy link
Contributor

mde commented Mar 30, 2016

Sounds like we might need a release -- can you verify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants