terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

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

fix crashes when starting in non jj repo

Eli Dowling a56b3bfc b1815d08

+2
+2
jj_tui/bin/global_funcs.ml
··· 83 83 let update_if_changed () = 84 84 (* If the last op_id has changed then there has been a change somewhere and we should re-render. otherwise don't bother*) 85 85 [%log info "Checking if there has been a change to the repo"]; 86 + (* Wrap this just incase something fails so it shows an error *) 87 + safe_jj @@ fun () -> 86 88 let this_op = 87 89 jj_no_log 88 90 ~color:false