Skip to content

Commit

Permalink
(temp) Add backtrace temporarily to debug connect error on winrm
Browse files Browse the repository at this point in the history
  • Loading branch information
donoghuc committed Mar 2, 2023
1 parent a913c77 commit 62d31fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bolt/transport/winrm/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def connect
)
rescue StandardError => e
raise Bolt::Node::ConnectError.new(
"Failed to connect to #{endpoint}: #{e.message}",
"Failed to connect to #{endpoint}: #{e.message} #{e.backtrace}",
'CONNECT_ERROR'
)
end
Expand Down

0 comments on commit 62d31fe

Please sign in to comment.