We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15c99e commit 461d338Copy full SHA for 461d338
lib/interscript-api/lambda_function.rb
@@ -39,6 +39,7 @@ def handler(event:, context: {})
39
rescue StandardError => e
40
puts "123 4"
41
result = e.message
42
+ puts result
43
400
44
end
45
0 commit comments