mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 05:32:14 -05:00
herrors/errors: Improve the "feature not available" error
This commit is contained in:
parent
a7ee9b0bb9
commit
794d4052b8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
// We will, at least to begin with, make some Hugo features (SCSS with libsass) optional,
|
||||||
// and this error is used to signal those situations.
|
// 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")
|
||||||
|
|
Loading…
Reference in a new issue