|
@@ -443,7 +443,7 @@ func invokeVisualizer(format PostProcessor, suffix string, visualizers []string)
|
443
|
443
|
defer func(t <-chan time.Time) {
|
444
|
444
|
<-t
|
445
|
445
|
}(time.After(time.Second))
|
446
|
|
- // On interactive mode, let the visualizer run on the background
|
|
446
|
+ // On interactive mode, let the visualizer run in the background
|
447
|
447
|
// so other commands can be issued.
|
448
|
448
|
if !interactiveMode {
|
449
|
449
|
return viewer.Wait()
|