We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f44c6 commit b59de9aCopy full SHA for b59de9a
1 file changed
lib/ruby-debug-ide/command.rb
@@ -66,8 +66,8 @@ def options
66
end
67
68
def unescape_incoming(str)
69
- str.gsub(/((?:^|[^\\])(?:\\\\)*)\\n/, "\\1\n")
70
- .gsub(/\\\\/, '\\')
+ str.gsub(/((?:^|[^\\])(?:\\\\)*)\\n/, "\\1\n").
+ gsub(/\\\\/, '\\')
71
72
73
0 commit comments