mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #286] [MERGED] fix!: better error handling for shell commands + empty entitlement fix #1549
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1549
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/286
Author: @ohaiibuzzle
Created: 9/3/2022
Status: ✅ Merged
Merged: 9/5/2022
Merged by: @Depal1
Base:
develop← Head:fix/empty-entitlements📝 Commits (2)
7d40b3bfix!: make errors more verbose on a failed shell command9aabe0afix!: handle cases where an app's entitlement is completely empty📊 Changes
2 files changed (+49 additions, -27 deletions)
View changed files
📝
PlayCover/Utils/PlayTools.swift(+13 -3)📝
PlayCover/Utils/Shell.swift(+36 -24)📄 Description
This patch could be breaking stuff elsewhere, please test before merge.
shell.shthrows the content ofstderrif pipeStdErr is set to false. This allows better error handling and alerting in case a shell command fails to run properly🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.