Skip to content

Commit 1280fd4

Browse files
committed
added one more space at the end of the string to parse
1 parent a1562a1 commit 1280fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby-debug-ide/commands/expression_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def regexp
99
end
1010

1111
def execute
12-
string_to_parse = Command.unescape_incoming(@match.post_match) + " \n\n\n"
12+
string_to_parse = Command.unescape_incoming(@match.post_match) + " \n \n\n"
1313
total_lines = string_to_parse.count("\n") + 1
1414

1515
lexer = RubyLex.new

0 commit comments

Comments
 (0)