Closed yoshuawuyts closed 7 years ago
Allow this to work:
done()
Right now it bugs out because it tries to cast undefined to a stream. We should just not send a body at this point. Workaround for now is:
undefined
done(null, '')
Allow this to work:
Right now it bugs out because it tries to cast
undefined
to a stream. We should just not send a body at this point. Workaround for now is: