/home/travis/build/project-x/auth/node_modules/pretty-error/lib/ParsedError.js:23
this._stack = this.error.stack;
^
Error: `from` shouldn't be larger than `to`
This happened when I ran render(error) for an error that mongodb throws using their native driver while creating indexes. I could not figure out exactly what the error was but render was the culprit.
This happened when I ran
render(error)
for an error that mongodb throws using their native driver while creating indexes. I could not figure out exactly what the error was butrender
was the culprit.