We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f395e commit 6e6dec0Copy full SHA for 6e6dec0
src/PackageCompiler.jl
@@ -1175,7 +1175,7 @@ function audit_sysimage_relocatability(sysimg_path::String; paths::Vector{String
1175
push!(found, "[$(m.offset)] $(m.match)")
1176
end
1177
if !isempty(found)
1178
- @warn "absolute path `$path` found in $(length(found)) places:" found
+ @warn """absolute path `$path` found in $(length(found)) places:\n$(join(found, "\n"))"""
1179
none_found = false
1180
1181
0 commit comments