From: Bjørn Erik Pedersen Date: Tue, 26 Mar 2019 09:15:57 +0000 (+0100) Subject: herrors/errors: Improve the "feature not available" error X-Git-Tag: v0.55.0~40 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=794d4052b;p=brevno-suite%2Fhugo herrors/errors: Improve the "feature not available" error --- diff --git a/common/herrors/errors.go b/common/herrors/errors.go index fe92c546..be98ceb3 100644 --- a/common/herrors/errors.go +++ b/common/herrors/errors.go @@ -50,4 +50,4 @@ func FprintStackTrace(w io.Writer, err error) { // // We will, at least to begin with, make some Hugo features (SCSS with libsass) optional, // and this error is used to signal those situations. -var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version") +var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information")