Skip to content

Commit 33cdcbe

Browse files
authored
Use triple quotes
1 parent ff670b5 commit 33cdcbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hooks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ function core_parser_hook(code, filename::String, lineno::Int, offset::Int, opti
255255
#-#-#-
256256
""")
257257
end
258-
@error("JuliaSyntax parser failed — falling back to flisp!\n"*
259-
"This is probably not your fault, please submit a bug report (https://github.com/JuliaLang/JuliaSyntax.jl/issues)",
258+
@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)""",
260260
exception=(exc,catch_backtrace()),
261261
offset=offset,
262262
code=code)

0 commit comments

Comments
 (0)