mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 12:28:48 +01:00
🎨 fix missing parameters (#8977)
Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
This commit is contained in:
parent
3a21a0ffc6
commit
f4f8bde3d1
2 changed files with 2 additions and 2 deletions
|
|
@ -434,7 +434,7 @@ func initLang() {
|
|||
for k, v := range kernelLangs {
|
||||
num, err := strconv.Atoi(k)
|
||||
if nil != err {
|
||||
logging.LogErrorf("parse language configuration [%s] item [%d] failed [%s] failed: %s", p, num, err)
|
||||
logging.LogErrorf("parse language configuration [%s] item [%d] failed [%s]", p, num, err)
|
||||
continue
|
||||
}
|
||||
kernelMap[num] = v.(string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue