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 2191b46 commit 387b385Copy full SHA for 387b385
stdlib/REPL/src/REPL.jl
@@ -1586,6 +1586,7 @@ function run_frontend(repl::StreamREPL, backend::REPLBackendRef)
1586
end
1587
1588
function load_pkg()
1589
+ Base.generating_output(true) && return nothing
1590
pkgid = Base.PkgId(Base.UUID("44cfe95a-1eb2-52ea-b672-e2afdf69b78f"), "Pkg")
1591
if Base.locate_package(pkgid) !== nothing # Only try load Pkg if we can find it
1592
Pkg = Base.require(pkgid)
0 commit comments