• Robert Knight's avatar
    Do not swallow exception if sourcemap upload fails · c3a6bf6f
    Robert Knight authored
    Throwing an exception in the context of a Promise
    catch handler inside through.obj() just results in the
    exception being silently swallowed.
    
    Pass it to the through2 callback
    so that Gulp exits with the correct status.
    c3a6bf6f
upload-to-sentry.js 3.42 KB