This commit is contained in:
Daniel 2024-02-12 11:23:08 +08:00
parent 11993cab32
commit 9a3a1a8eb5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -35,6 +35,7 @@ func AutoSpace(rootID string) (err error) {
return
}
logging.LogInfof("formatting tree [%s]...", rootID)
util.PushProtyleLoading(rootID, Conf.Language(116))
defer util.PushProtyleReload(rootID)
@ -77,6 +78,7 @@ func AutoSpace(rootID string) (err error) {
if nil != err {
return
}
logging.LogInfof("formatted tree [%s]", rootID)
util.RandomSleep(500, 700)
return
}