Skip to content

Commit fe9ed57

Browse files
viuginick1valich
authored andcommitted
2.5.0 does not produce an empty statement (#127)
Now new line token is a condition for continued command, so the whitespace was added to the end of the command ruby/ruby@f14f0d3
1 parent f67c733 commit fe9ed57

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)