Various feedback items
- Add logger call on theme install failure - Add todo in Module\Admin\DBSync
This commit is contained in:
@@ -177,6 +177,7 @@ class Theme
|
||||
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
Logger::error('Theme installation failed', ['theme' => $theme, 'error' => $e->getMessage()]);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user