mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
87acf292e5
commit
6278393540
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ Loop:
|
||||||
break Loop
|
break Loop
|
||||||
case tError:
|
case tError:
|
||||||
err := fmt.Errorf("%s:%d: %s",
|
err := fmt.Errorf("%s:%d: %s",
|
||||||
p.BaseFileName(), (p.lineNumRawContentStart() + pt.lexer.lineNum() - 1), currItem)
|
p.FullFilePath(), (p.lineNumRawContentStart() + pt.lexer.lineNum() - 1), currItem)
|
||||||
currShortcode.err = err
|
currShortcode.err = err
|
||||||
return result.String(), shortCodes, err
|
return result.String(), shortCodes, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue