This commit is contained in:
2025-02-03 12:37:19 +03:00
parent 1d6af5204b
commit c8d715126f
13 changed files with 143 additions and 67 deletions

View File

@@ -159,9 +159,9 @@ pub mut:
}
pub fn (mut site DocSite) error(args ErrorArgs) {
path2 := pathlib.get(args.path)
e := SiteError{
path: args.path
// path2 := pathlib.get(args.path)
e := SiteError{
path: args.path
msg: args.msg
cat: args.cat
}