mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
Developers can ignore this update. Use of go-websocket and go-errors. Zero front-end changes. No real improvements.
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"path/filepath"
|
||||
|
||||
"github.com/iris-contrib/errors"
|
||||
"github.com/kataras/go-errors"
|
||||
"github.com/kataras/iris/utils"
|
||||
)
|
||||
|
||||
@@ -157,7 +157,7 @@ func (t *templateEngineWrapper) load() error {
|
||||
} else if t.location.directory != "" {
|
||||
t.LoadDirectory(t.location.directory, t.location.extension)
|
||||
} else {
|
||||
return errMissingDirectoryOrAssets.Return()
|
||||
return errMissingDirectoryOrAssets
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user