This commit is contained in:
Cadence Ember 2020-05-30 18:15:25 +12:00
parent 82f25bb712
commit 00920d8f6d
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = [
})
const piped = body.pipe(converter)
piped.on("error", error => {
console.error("Piped stream emitted na error:", error)
console.error("Piped stream emitted an error:", error)
})
return {
statusCode: 200,