Skip to content

Commit 54d5c9e

Browse files
Minor compat edit mode error show fix (#3064)
1 parent 1da11e4 commit 54d5c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/API.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ function compat(ctx::Context, pkg::String, compat_str::Union{Nothing,String}; io
18131813
resolve(ctx)
18141814
catch e
18151815
if e isa ResolverError
1816-
printpkgstyle(io, :Error, e.msg, color = Base.warn_color())
1816+
printpkgstyle(io, :Error, string(e.msg), color = Base.warn_color())
18171817
else
18181818
rethrow()
18191819
end

0 commit comments

Comments
 (0)