mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: Standardise Error Codes (#286)
* fix: Misc error handling fixes * fix: Sandbox error translation
This commit is contained in:
+3
-3
@@ -12,8 +12,8 @@ import (
|
||||
|
||||
packagev1 "buf.build/gen/go/safedep/api/protocolbuffers/go/safedep/messages/package/v1"
|
||||
"github.com/safedep/dry/log"
|
||||
"github.com/safedep/dry/utils"
|
||||
"github.com/safedep/dry/usefulerror"
|
||||
"github.com/safedep/dry/utils"
|
||||
"github.com/safedep/pmg/errcodes"
|
||||
"github.com/spf13/viper"
|
||||
)
|
||||
@@ -337,8 +337,8 @@ func DefaultConfig() RuntimeConfig {
|
||||
},
|
||||
},
|
||||
Proxy: ProxyConfig{
|
||||
Enabled: true,
|
||||
InstallOnly: false,
|
||||
Enabled: true,
|
||||
InstallOnly: false,
|
||||
SkipCommands: map[string][]string{},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user