Fix throwing error during install

This commit is contained in:
grandeljay 2022-09-27 11:14:19 +02:00
parent 512a34d526
commit 6b652174f2

View file

@ -33,7 +33,7 @@ class Options
$value = $option['value'] ?? '';
} catch (\Throwable $th) {
throw $th;
/** Option does not exist */
}
return $value;