Skip to content

Commit

Permalink
安全退出不需要重试
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 23, 2024
1 parent cc78ab8 commit bba0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stardust/StarHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static StarFactory AddStardust(this IObjectContainer services, String? se
}
catch { }

if (!process.GetHasExited()) process.Kill();
//if (!process.GetHasExited()) process.Kill();

return process;
}
Expand Down

0 comments on commit bba0f0d

Please sign in to comment.