imartingraham / nomniture

A Node.js module that allows access to Omniture's REST API libraries (developer.omniture.com)
16 stars 22 forks source link

Don't catch client callback exceptions. #3

Closed ender672 closed 10 years ago

ender672 commented 10 years ago

This makes it easier to debug when a request callback throws an exception.

Before this changeset, request callback exceptions are caught, and the exception handler calls the request callback a second time.