added elapsedSeconds to status hook
This commit is contained in:
parent
cb1a7e2805
commit
b064174ab4
@ -1077,7 +1077,7 @@ func (this *Migrator) printStatus(rule PrintStatusRule, writers ...io.Writer) {
|
||||
fmt.Fprintln(w, status)
|
||||
|
||||
if elapsedSeconds%60 == 0 {
|
||||
this.hooksExecutor.onStatus(status)
|
||||
this.hooksExecutor.onStatus(status, elapsedSeconds)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user