We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db9fce commit fa2cb01Copy full SHA for fa2cb01
index.coffee
@@ -18,6 +18,6 @@ exports.handler = (event, context) ->
18
console.log "after cleint.end()"
19
20
client.on "close", (-> context.done null, "SUCCESS")
21
- client.on "error", (-> context.done null, "SUCCESS")
+ client.on "error", (-> context.done null, "ERROR")
22
23
return
0 commit comments