fix:'cannot access the file ' Error
fix:'The process cannot access the file because it is being used by another process' Error
This commit is contained in:
parent
f26fb68d27
commit
29970d7752
|
@ -63,6 +63,7 @@ func (d *Data) Output(dir, browserName, flag string) {
|
|||
log.Errorf("%s write to file %s error %s", source.Name(), filename, err.Error())
|
||||
}
|
||||
log.Noticef("output to file %s success", path.Join(dir, filename))
|
||||
f.Close()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue