diff --git a/lib/jets/commands/call/caller.rb b/lib/jets/commands/call/caller.rb index 34f0798ce..c9051bdf4 100644 --- a/lib/jets/commands/call/caller.rb +++ b/lib/jets/commands/call/caller.rb @@ -75,7 +75,7 @@ def remote_run end add_console_link_to_clipboard - result = resp.payload.read # already been normalized/JSON.dump by AWS + result = resp.payload&.read # already been normalized/JSON.dump by AWS unless @options[:mute_output] STDOUT.puts result # only thing that goes to stdout end