Skip to content

Commit 9540ff3

Browse files
Merge branch 'ruby:master' into alias-whereami-command
2 parents 2fe205e + 2897eda commit 9540ff3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/support/test_case.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def setup_remote_debuggee(cmd)
173173

174174
Timeout.timeout(TIMEOUT_SEC) do
175175
line = remote_info.r.gets
176+
line = line.scrub if line
176177
remote_info.debuggee_backlog << line
177178

178179
# wait for two lines (order is unstable)

0 commit comments

Comments
 (0)