orchestra: pre-release WIP snapshot (orchestra-06g4wj9t4f35nzc4z8qqxm9z6g-8b4b8063)

This commit is contained in:
2026-08-29 20:37:37 +04:00
parent 01f7418f18
commit 5703966881
+4
View File
@@ -179,6 +179,10 @@ main() {
emit "$format" 'healthchecks: %sms\n' "$elapsed"
fi
if [ -n "$count" ]; then
emit "$format" 'checks: %s\n' "$TOTAL"
fi
emit "$format" '%s\n' "$SUCCESS_MESSAGE"
exit 0
}