src/Pure/Build/build_job.scala
changeset 83248 1a211cab7022
parent 83243 8f431a7a067e
child 83249 4da06d599ef6
equal deleted inserted replaced
83247:fbba662ca976 83248:1a211cab7022
   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 =