Do not swallow exception if sourcemap upload fails
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.
Showing
Please register or sign in to comment