equal
deleted
inserted
replaced
226 val nodes_status1 = |
226 val nodes_status1 = |
227 nodes_changed.foldLeft(nodes_status)({ case (status, state_id) => |
227 nodes_changed.foldLeft(nodes_status)({ case (status, state_id) => |
228 state.theory_snapshot(state_id, session.build_blobs) match { |
228 state.theory_snapshot(state_id, session.build_blobs) match { |
229 case None => status |
229 case None => status |
230 case Some(snapshot) => |
230 case Some(snapshot) => |
|
231 Exn.Interrupt.expose() |
231 status.update_node(snapshot.state, snapshot.version, snapshot.node_name, |
232 status.update_node(snapshot.state, snapshot.version, snapshot.node_name, |
232 threshold = editor_timing_threshold) |
233 threshold = editor_timing_threshold) |
233 } |
234 } |
234 }) |
235 }) |
235 val result = |
236 val result = |