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.
precompilepkgs
1 parent 58291db commit 427da5cCopy full SHA for 427da5c
base/precompilation.jl
@@ -436,7 +436,7 @@ function precompilepkgs(pkgs::Vector{String}=String[]; internal_call::Bool=false
436
# TODO: actually handle packages from other envs in the stack
437
return
438
else
439
- error("No direct dependencies outside of the sysimage found matching $(repr([p.name for p in pkgs]))")
+ error("No direct dependencies outside of the sysimage found matching $(pkgs)")
440
end
441
442
0 commit comments