We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec8e05 + b3f193d commit 1f6e8dcCopy full SHA for 1f6e8dc
plugin/plugin.go
@@ -52,7 +52,7 @@ func init() {
52
ic.Meta.Exports["root"] = root
53
snapshotter, err := zfs.NewSnapshotter(root)
54
if err != nil {
55
- return nil, fmt.Errorf("%s: %w", plugin.ErrSkipPlugin.Error(), err)
+ return nil, fmt.Errorf("%s: %w", err.Error(), plugin.ErrSkipPlugin)
56
}
57
return snapshotter, nil
58
},
0 commit comments