mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
@@ -60,7 +60,9 @@ func NewSpec(
|
||||
conf := s.Cfg.GetConfig().(*allconfig.Config)
|
||||
imgConfig := conf.Imaging
|
||||
|
||||
imaging, err := images.NewImageProcessor(imgConfig)
|
||||
imagesWarnl := logger.WarnCommand("images")
|
||||
|
||||
imaging, err := images.NewImageProcessor(imagesWarnl, imgConfig)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user