Skip to content

Commit 71d7108

Browse files
committed
Resolve merge
2 parents 94c3263 + 9bc18f1 commit 71d7108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/manifest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ func RunWatchdog(manifest *Manifest) error {
116116
}
117117
}
118118

119+
// If any of the watchdogs fail, we return the error
119120
if err := <-watchdogErr; err != nil {
120121
return fmt.Errorf("failed to run watchdog: %w", err)
121122
}

0 commit comments

Comments
 (0)