Skip to content

Commit 22b04ab

Browse files
force print all paths
1 parent 65f395e commit 22b04ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageCompiler.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ function audit_sysimage_relocatability(sysimg_path::String; paths::Vector{String
11751175
push!(found, "[$(m.offset)] $(m.match)")
11761176
end
11771177
if !isempty(found)
1178-
@warn "absolute path `$path` found in $(length(found)) places:" found
1178+
@warn "absolute path `$path` found in $(length(found)) places:" join(found, "\n")
11791179
none_found = false
11801180
end
11811181
end

0 commit comments

Comments
 (0)