Skip to content

Commit e621db4

Browse files
Update src/hooks.jl
Co-authored-by: Sebastian Pfitzner <[email protected]>
1 parent 33cdcbe commit e621db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function core_parser_hook(code, filename::String, lineno::Int, offset::Int, opti
256256
""")
257257
end
258258
@error("""JuliaSyntax parser failed — falling back to flisp!
259-
This is probably not your fault, please submit a bug report (https://github.com/JuliaLang/JuliaSyntax.jl/issues)""",
259+
This is not your fault. Please submit a bug report to https://github.com/JuliaLang/JuliaSyntax.jl/issues""",
260260
exception=(exc,catch_backtrace()),
261261
offset=offset,
262262
code=code)

0 commit comments

Comments
 (0)