Fix a potential bug.
This commit is contained in:
@ -202,6 +202,7 @@ func (this *TankConfig) SqliteFolder() string {
|
||||
} else {
|
||||
this.sqliteFolder = util.UniformPath(this.item.SqliteFolder)
|
||||
}
|
||||
util.MakeDirAll(this.matterPath)
|
||||
}
|
||||
|
||||
return this.sqliteFolder
|
||||
|
Reference in New Issue
Block a user