mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Console::error message fix
This commit is contained in:
parent
a7c4e16545
commit
711d31b565
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class Audits extends Action
|
|||
|
||||
Console::success('Audit logs processed successfully');
|
||||
} catch (Throwable $e) {
|
||||
Console::error('Error processing audit logs for Project "' . $projectDocument->getSequence() . '": ' . $e->getMessage());
|
||||
Console::error('Error processing audit logs for Project "' . $sequence . '": ' . $e->getMessage());
|
||||
} finally {
|
||||
unset($this->logs[$sequence]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue