this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove spurious print

-1
-1
opentrace.ml
··· 218 218 Eio.Path.stat ~follow:true Eio.Path.(env#fs / Filename.dirname c)) 219 219 group 220 220 in 221 - Option.iter (fun v -> Fmt.pr "INO %Ld\n" v.Eio.File.Stat.ino) stat; 222 221 Atomic.set cgroup (Option.map (fun v -> v.Eio.File.Stat.ino) stat); 223 222 let status = Eio.Process.await p in 224 223 Atomic.set exit_status (Some status)