cmd/revid-cli: setting mode to paused if ns is in burst mode.

This commit is contained in:
saxon 2019-02-04 17:14:19 +10:30
parent 8978f9edc5
commit 1cdbfa2c66
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ func run(cfg revid.Config) error {
}
if ns.Mode() == burst {
ns.SetMode(normal, &vs)
ns.SetMode(paused, &vs)
}
for {