Fix a potential bug.

This commit is contained in:
lishuang
2022-03-20 17:15:16 +08:00
parent 0c825c65d4
commit 3be2e354c4
2 changed files with 4 additions and 3 deletions

View File

@ -202,6 +202,7 @@ func (this *TankConfig) SqliteFolder() string {
} else {
this.sqliteFolder = util.UniformPath(this.item.SqliteFolder)
}
util.MakeDirAll(this.matterPath)
}
return this.sqliteFolder