mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: unknown directive ''
This commit is contained in:
parent
e093d9276c
commit
70c89b794e
3 changed files with 7 additions and 4 deletions
|
@ -72,7 +72,7 @@ func GetTemplateInfo(path, name string) (configListItem ConfigInfoItem) {
|
|||
|
||||
_, err = toml.Decode(content, &configListItem)
|
||||
if err != nil {
|
||||
logger.Error(err)
|
||||
logger.Error(name, err)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue