Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed May 27, 2024
1 parent 3a485c4 commit 1325c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end

function Context(src_str; assert::Bool = true, debug::Bool = false, verbose::Bool = debug)
src_io = IOBuffer(src_str)
src_tree = JuliaSyntax.parseall(JuliaSyntax.GreenNode, src_str; ignore_warnings = true)
src_tree = JuliaSyntax.parseall(JuliaSyntax.GreenNode, src_str; ignore_warnings=true)
fmt_io = IOBuffer()
fmt_tree = nothing
# Debug mode enforces verbose and assert
Expand Down

0 comments on commit 1325c4b

Please sign in to comment.