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 53f055d commit ac76827Copy full SHA for ac76827
cmd/vcr-compressor/main.go
@@ -80,13 +80,17 @@ func main() {
80
continue
81
} else {
82
log.Printf("Interaction %d is in a transient state: %s, Recording it\n", i, status)
83
+
84
transitioning = true
85
86
outputCassette.AddInteraction(interaction)
87
}
88
89
if transitioning {
90
log.Printf("Interaction %d is not in a transient state anymore: %s, Recording it\n", i, status)
91
92
93
94
transitioning = false
95
96
log.Printf("Interaction %d is not in a transient state: %s, Recording it\n", i, status)
0 commit comments