Merge pull request #6661 from nextcloud/no-take-only-throw
Do not stop on scss compilation failure
This commit is contained in:
commit
898fb1663a
|
@ -183,6 +183,8 @@ class SCSSCacher {
|
|||
$path,
|
||||
\OC::$SERVERROOT . '/core/css/',
|
||||
]);
|
||||
// Continue after throw
|
||||
$scss->setIgnoreErrors(true);
|
||||
if($this->config->getSystemValue('debug')) {
|
||||
// Debug mode
|
||||
$scss->setFormatter(Expanded::class);
|
||||
|
|
Loading…
Reference in New Issue