From 712cfc06d7e541c6e28b4b127a4760b4cfccffa8 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 30 Aug 2025 23:44:48 +0900 Subject: container: wrap container init start errors This helps indicate the exact origin and nature of the error. This eliminates generic WrapErr from container. Signed-off-by: Ophestra --- internal/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/app.go') diff --git a/internal/app/app.go b/internal/app/app.go index 17b4103d..2039213c 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -62,7 +62,7 @@ func (a *App) String() string { return fmt.Sprintf("(unsealed app %s)", a.id) } -// Seal determines the outcome of [hst.Config] as a [SealedApp]. +// Seal determines the [Outcome] of [hst.Config]. // Values stored in and referred to by [hst.Config] might be overwritten and must not be used again. func (a *App) Seal(config *hst.Config) (*Outcome, error) { a.mu.Lock() -- cgit v1.3.1