mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Merge
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ func (o *FileOutput) Close() error {
|
||||
o.file.Close()
|
||||
|
||||
if o.config.onClose != nil {
|
||||
go o.config.onClose(o.file.Name())
|
||||
o.config.onClose(o.file.Name())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user