more robust init;
authorwenzelm
Sat, 11 Nov 2023 20:08:20 +0100
changeset 78944 b0b86fead48c
parent 78943 bc89bdc65f29
child 78945 73162a487f94
more robust init;
src/Pure/System/isabelle_system.scala
--- a/src/Pure/System/isabelle_system.scala	Sat Nov 11 20:01:14 2023 +0100
+++ b/src/Pure/System/isabelle_system.scala	Sat Nov 11 20:08:20 2023 +0100
@@ -74,6 +74,7 @@
     synchronized {
       if (_classpath.isEmpty) _classpath = Some(Classpath())
     }
+    Registry.global
   }