Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-10 12:48:40 +08:00
parent 60c49dbfe9
commit af43929b7a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1131,6 +1131,7 @@ func closeUserGuide() {
unindex(boxID)
sql.FlushQueue()
if removeErr := filelock.Remove(boxDirPath); nil != removeErr {
logging.LogErrorf("remove corrupted user guide box [%s] failed: %s", boxDirPath, removeErr)
}