We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd69083 commit c7d688eCopy full SHA for c7d688e
lib/olly_common/launch.ml
@@ -99,8 +99,7 @@ let attach_process (dir : string) (pid : int) : subprocess =
99
Unix.kill pid 0;
100
true
101
with Unix.Unix_error (Unix.ESRCH, _, _) -> false
102
- and close () =
103
- Runtime_events.free_cursor cursor in
+ and close () = Runtime_events.free_cursor cursor in
104
{ alive; cursor; close; pid }
105
106
let launch_process config (exec_args : exec_config) : subprocess =
0 commit comments