mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
formatting fix
This commit is contained in:
parent
2a9f9f6851
commit
aebbe91c34
2 changed files with 2 additions and 2 deletions
|
|
@ -932,7 +932,7 @@ class Builds extends Action
|
|||
if ($isVcsEnabled) {
|
||||
$this->runGitAction('ready', $github, $providerCommitHash, $owner, $repositoryName, $project, $resource, $deployment->getId(), $dbForProject, $dbForPlatform, $queueForRealtime, $platform);
|
||||
}
|
||||
|
||||
|
||||
/** Screenshot site */
|
||||
if ($resource->getCollection() === 'sites') {
|
||||
$queueForScreenshots
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ class Screenshots extends Action
|
|||
|
||||
$date = \date('H:i:s');
|
||||
$this->appendToLogs($dbForProject, $deployment->getId(), $queueForRealtime, "[90m[$date] [90m[[0mappwrite[90m][33m Screenshot capturing failed. Deployment will continue. [0m\n");
|
||||
|
||||
|
||||
throw $th;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue