# HG changeset patch # User wenzelm # Date 1492535641 -7200 # Node ID 359fc6266a008af363fcbc126925826c30a3989d # Parent 741fad555d8288ed571697ec9d358b05b145d346 more robust error (amending 2c27c3d1fd3b): responsibility is gradually moved from ML to Scala; diff -r 741fad555d82 -r 359fc6266a00 src/Pure/Tools/build.scala --- a/src/Pure/Tools/build.scala Tue Apr 18 16:34:58 2017 +0200 +++ b/src/Pure/Tools/build.scala Tue Apr 18 19:14:01 2017 +0200 @@ -190,8 +190,7 @@ } private val graph_file = Isabelle_System.tmp_file("session_graph", "pdf") - try { isabelle.graphview.Graph_File.write(options, graph_file, deps(name).session_graph) } - catch { case ERROR(_) => /*error should be exposed in ML*/ } + isabelle.graphview.Graph_File.write(options, graph_file, deps(name).session_graph) private val future_result: Future[Process_Result] = Future.thread("build") {