We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26fb68 + 29970d7 commit ae3f8f5Copy full SHA for ae3f8f5
1 file changed
internal/browingdata/browsingdata.go
@@ -63,6 +63,7 @@ func (d *Data) Output(dir, browserName, flag string) {
63
log.Errorf("%s write to file %s error %s", source.Name(), filename, err.Error())
64
}
65
log.Noticef("output to file %s success", path.Join(dir, filename))
66
+ f.Close()
67
68
69
0 commit comments