Skip to content

Commit 04eb4c6

Browse files
committed
Adds full metadata output
Signed-off-by: joshvanl <me@joshvanl.dev>
1 parent ecf481d commit 04eb4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflow/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func main() {
8383
}
8484

8585
if respFetch.RuntimeStatus != workflow.StatusSuspended {
86-
log.Fatalf("workflow not paused: %v", respFetch.RuntimeStatus)
86+
log.Fatalf("workflow not paused: %s: %v", respFetch.RuntimeStatus, respFetch)
8787
}
8888

8989
fmt.Printf("workflow paused\n")

0 commit comments

Comments
 (0)