Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/hooks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ function core_parser_hook(code, filename::String, lineno::Int, offset::Int, opti
#-#-#-
""")
end
@error("JuliaSyntax parser failed — falling back to flisp!",
@error("JuliaSyntax parser failed — falling back to flisp!\n"*
"This is probably not your fault, please submit a bug report (https://github.com/JuliaLang/JuliaSyntax.jl/issues)",
exception=(exc,catch_backtrace()),
offset=offset,
code=code)
Expand Down