author | wenzelm |
Mon, 13 May 2013 20:35:04 +0200 | |
changeset 51966 | 0e18eee8c2c2 |
parent 51965 | 4af6884329cb |
child 51967 | 43fbd02eb9d0 |
--- a/src/Pure/System/isabelle_system.scala Mon May 13 20:30:49 2013 +0200 +++ b/src/Pure/System/isabelle_system.scala Mon May 13 20:35:04 2013 +0200 @@ -369,6 +369,7 @@ val limited = new Object { private var count = 0L def apply(progress: String => Unit)(line: String): Unit = synchronized { + progress(line) count = count + line.length + 1 progress_limit match { case Some(limit) if count > limit => proc.terminate