We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b2b82 commit 52c4951Copy full SHA for 52c4951
internals/server/http.go
@@ -68,6 +68,7 @@ func wakeHandler(w http.ResponseWriter, req *http.Request) {
68
69
if err != nil {
70
logger.Error("Could not start container with ", body.Query, ": ", err.Error())
71
+
72
sendToClient(client, map[string]any{
73
"success": false,
74
"error": true,
0 commit comments