We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f96dfe commit c652018Copy full SHA for c652018
lib/aws_ec2_environment/ssm_port_forwarding_session.rb
@@ -115,7 +115,7 @@ def update_cmd_output
115
# do nothing as we don't want to block
116
rescue Errno::EIO
117
output = @cmd_output.strip
118
- output = "<nothing was outputted by process>" if output.empty?
+ # output = "<nothing was outputted by process>" if output.empty?
119
120
raise SessionProcessError, output
121
end
0 commit comments