Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/jets/commands/call/caller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down