Update version to 4.0.0-beta.143

This commit is contained in:
Andras Bacsai
2023-11-17 14:43:57 +01:00
parent 307ee52ac0
commit 60171093c5
4 changed files with 4 additions and 4 deletions

View File

@@ -266,7 +266,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
$this->server->team->notify(new ContainerStopped($containerName, $this->server, $url));
}
} catch (\Throwable $e) {
send_internal_notification('ContainerStatusJob failed with: ' . $e->getMessage());
send_internal_notification("ContainerStatusJob failed on ({$this->server->id}) with: " . $e->getMessage());
ray($e->getMessage());
handleError($e);
}