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 0bad30b commit 2c3fb75Copy full SHA for 2c3fb75
src/lTerm_vi.ml
@@ -10,7 +10,7 @@
10
module Concurrent = struct
11
module Thread= struct
12
include Lwt
13
- let run= Lwt_unix.run [@@ocaml.warning "-3"]
+ let run= Lwt_main.run
14
let sleep= Lwt_unix.sleep
15
end
16
module MsgBox= struct
0 commit comments