···2020 let res =
2121 match
2222 (*we snapshot here in the first request to make sure the editor is showing the latest changes*)
2323- jj_no_log_errorable ~color:false ~snapshot:true [ "op"; "log"; "-l"; "0" ]
2323+ jj_no_log_errorable ~color:false ~snapshot:true [ "op"; "log"; "--limit"; "0" ]
2424 with
2525 | Ok _ ->
2626 `Good