You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eish encountered an error: [errata-serve-web-ui] <[email protected]/command.go:163> Cannot serve web UI for datasource %q (path="/home/jdb/ext/dannykopping/errata/errata.go"). For more details, see https://dannykopping.github.io/errata/errata/errata-serve-web-ui...
I expected something like:
eish encountered an error: [errata-serve-web-ui] <[email protected]/command.go:163> Cannot serve web UI for datasource "/home/jdb/ext/dannykopping/errata/errata.go". For more details, see https://dannykopping.github.io/errata/errata/errata-serve-web-ui...
The text was updated successfully, but these errors were encountered:
I expected that usage of
%q
or other format strings would result in the error message substituting those for the arguments defined in args.Concrete example using
eish serve
, built at the latest release, on a.go
file to trigger an error with format strings.Errata source at 39fda0b:
$ eish serve --source ~/ext/dannykopping/errata/errata.go
Returns:
I expected something like:
The text was updated successfully, but these errors were encountered: