mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
@@ -213,12 +213,12 @@ func newDeps(cfg config.Provider) *deps.Deps {
|
||||
}
|
||||
|
||||
return &deps.Deps{
|
||||
Cfg: cfg,
|
||||
Fs: fs,
|
||||
FileCaches: fileCaches,
|
||||
ContentSpec: cs,
|
||||
Log: logger,
|
||||
DistinctErrorLog: helpers.NewDistinctLogger(logger.Error()),
|
||||
Cfg: cfg,
|
||||
Fs: fs,
|
||||
FileCaches: fileCaches,
|
||||
ContentSpec: cs,
|
||||
Log: logger,
|
||||
LogDistinct: helpers.NewDistinctLogger(logger),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user