Skip to content

Commit

Permalink
Wait longer for REPL setup (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Feb 16, 2022
1 parent c4a11b9 commit a1aab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keybinds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end

function setup_keybinds_impl()
# This is why we need https://github.com/JuliaLang/julia/pull/29896...
for _ in 1:20
for _ in 1:200
try
Base.active_repl.interface.modes[1].keymap_dict
@goto ok
Expand Down

0 comments on commit a1aab3f

Please sign in to comment.