build-sys: make make happy with core.Wrap
Signed-off-by: Nagy Károly Gábriel <k@jpi.io>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ type ManagerOption func(*Manager) error
|
||||
|
||||
func newErrorManagerOption(err error, hint string) ManagerOption {
|
||||
return func(*Manager) error {
|
||||
return core.Wrap(err, hint)
|
||||
return core.Wrap(err, "%q", hint)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user