mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
commands, helpers, vendor: Update to the latest jww logger
Updates #2701
This commit is contained in:
@@ -252,7 +252,7 @@ func NewDistinctErrorLogger() *DistinctLogger {
|
||||
// NewDistinctFeedbackLogger creates a new DistinctLogger that can be used
|
||||
// to give feedback to the user while not spamming with duplicates.
|
||||
func NewDistinctFeedbackLogger() *DistinctLogger {
|
||||
return &DistinctLogger{m: make(map[string]bool), logger: &jww.FEEDBACK}
|
||||
return &DistinctLogger{m: make(map[string]bool), logger: jww.FEEDBACK}
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user