]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6667
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 08:44:10 +0000 (09:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 24 Jan 2024 08:44:10 +0000 (09:44 +0100)
app/Fluidbook/Compiler/Compiler.php

index a870f5a333019fac3063a865dcd5e1cd4d230861..0f2a4fb95f1afc22ecdbab968f53bc057ab68fd9 100644 (file)
@@ -2387,7 +2387,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError
     public function __destruct()
     {
         try {
-            $this->lock->release();
+            $this->lock?->release();
         } catch (\Exception $e) {
 
         }