mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Fix possible panic when updating packages
This commit is contained in:
@@ -930,6 +930,8 @@ func updatePackages() {
|
||||
return
|
||||
} else if err != nil {
|
||||
log.Printf("Error: could not setup operation: %s\n", err)
|
||||
exitCode = 1
|
||||
return
|
||||
}
|
||||
|
||||
// Exit if operation contains no actions
|
||||
|
||||
Reference in New Issue
Block a user