mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
misc: reporting session replay loading progress as api.rest state object
This commit is contained in:
parent
a411607a57
commit
fdc26ca3aa
5 changed files with 50 additions and 13 deletions
|
@ -43,7 +43,7 @@ func (mod *RestAPI) recorder() {
|
|||
mod.recTime = 0
|
||||
mod.recording = true
|
||||
mod.replaying = false
|
||||
mod.record = NewRecord(mod.recordFileName)
|
||||
mod.record = NewRecord(mod.recordFileName, &mod.SessionModule)
|
||||
|
||||
mod.Info("started recording to %s ...", mod.recordFileName)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue