Skip to content

Commit

Permalink
Update src/hooks.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Pfitzner <pfitzseb@gmail.com>
  • Loading branch information
LilithHafner and pfitzseb committed Oct 16, 2023
1 parent 33cdcbe commit e621db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function core_parser_hook(code, filename::String, lineno::Int, offset::Int, opti
""")
end
@error("""JuliaSyntax parser failed — falling back to flisp!

Check warning on line 258 in src/hooks.jl

View check run for this annotation

Codecov / codecov/patch

src/hooks.jl#L258

Added line #L258 was not covered by tests
This is probably not your fault, please submit a bug report (https://github.com/JuliaLang/JuliaSyntax.jl/issues)""",
This is not your fault. Please submit a bug report to https://github.com/JuliaLang/JuliaSyntax.jl/issues""",
exception=(exc,catch_backtrace()),
offset=offset,
code=code)
Expand Down

0 comments on commit e621db4

Please sign in to comment.