This commit is contained in:
Yuri Kuznetsov
2025-03-25 13:45:12 +02:00
parent 72cd6583d5
commit 9043d37a08
+1 -1
View File
@@ -92,7 +92,7 @@ class Service
} catch (Error $e) {
$output = $variables->__output ?? null;
$this->log->error("Formula sandbox run error.", ['exception' => $e->getPrevious()]);
$this->log->error("Formula sandbox run error.", ['exception' => $e]);
return RunResult::createError($e, $output);
}