mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat: continue installing other packages if one is denied
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package wrapper
|
||||
|
||||
import "errors"
|
||||
|
||||
const (
|
||||
ErrPackageInstallationDeny = "PACKAGE_INSTALLATION_DENIED"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrPackageInstall = errors.New(ErrPackageInstallationDeny)
|
||||
)
|
||||
Reference in New Issue
Block a user