From: Vincent Vanwaelscappel Date: Wed, 24 Jan 2024 08:44:10 +0000 (+0100) Subject: wait #6667 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fcecda2265d03957cb15163c36582f350d8b1abf;p=fluidbook-toolbox.git wait #6667 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index a870f5a33..0f2a4fb95 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -2387,7 +2387,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError public function __destruct() { try { - $this->lock->release(); + $this->lock?->release(); } catch (\Exception $e) { }