diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-28 15:33:04 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-28 15:42:40 -0400 |
| commit | c30b35bc65d21e3a47d2c531056f634ceb60c4f8 (patch) | |
| tree | c6018fe6bba91bb861538a2b6e9b77a5c35283ab /xess | |
| parent | 937f1dd330294801411b78ab497073f36ebedd47 (diff) | |
| download | anubis-Xe/show-more-errors.tar.xz anubis-Xe/show-more-errors.zip | |
web/js: show more errors when some probable error cases happenXe/show-more-errors
Closes #150
This should hopefully make Anubis more self-describing when errors do
happen so users can self-service.
Diffstat (limited to 'xess')
| -rw-r--r-- | xess/xess.go | 1 | ||||
| -rw-r--r-- | xess/xess_templ.go | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/xess/xess.go b/xess/xess.go index 18d995d..fa87858 100644 --- a/xess/xess.go +++ b/xess/xess.go @@ -13,7 +13,6 @@ import ( ) //go:generate go run github.com/a-h/templ/cmd/templ@latest generate -//go:generate npm run build var ( //go:embed *.css static diff --git a/xess/xess_templ.go b/xess/xess_templ.go index d8cab57..c1fa412 100644 --- a/xess/xess_templ.go +++ b/xess/xess_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.850 +// templ: version: v0.3.857 package xess //lint:file-ignore SA4006 This context is only used if a nested component is present. |
