🎨 Add logging https://ld246.com/article/1707647076145
This commit is contained in:
parent
11993cab32
commit
9a3a1a8eb5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue