Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 29, 2024
1 parent 2737585 commit e9023c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function load_REPL()
return nothing
end

global active_repl
global active_repl::Any
global active_repl_backend = nothing

function run_fallback_repl(interactive::Bool)
Expand Down
1 change: 1 addition & 0 deletions stdlib/REPL/src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ let
redirect_stdout(isopen(orig_stdout) ? orig_stdout : devnull)
close(pts)
end
Base.errormonitor(repltask)
try
Base.REPL_MODULE_REF[] = REPL
redirect_stdin(pts)
Expand Down

0 comments on commit e9023c6

Please sign in to comment.