mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #155] [MERGED] Fixes for uninstall issues #1010
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1010
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/quasar/Quasar/pull/155
Author: @yankejustin
Created: 5/20/2015
Status: ✅ Merged
Merged: 5/20/2015
Merged by: @MaxXor
Base:
master← Head:Fix📝 Commits (2)
a3faf0cMerge pull request #6 from MaxXor/masterce61f3dPossible fix📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
Client/Core/RemoteShell/Shell.cs(+8 -1)📄 Description
Should fix second issue of https://github.com/MaxXor/xRAT/issues/153
Brief Explanation
Process.Kill()can throw quite a few different exceptions. While checking if the process has exited makes it slightly safer, exceptions can still be thrown for many other reasons (perhaps the process is already terminating, or a process can not be terminated).The point of it should be: Make sure the process is not null. If it has not exited yet, try to kill it. If it can't be killed, do not worry anymore and simply dispose of it because it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.