Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opal/parser.rb
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ def parse(source, file = '(string)')

def parse_to_sexp
push_scope
result = self.do_parse
result = do_parse
pop_scope

result

0 comments on commit c510d49

Please sign in to comment.