We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe5cff commit 4c09d95Copy full SHA for 4c09d95
ArchiSteamFarm/Runtime.cs
@@ -51,6 +51,8 @@ internal static bool IsUserInteractive {
51
52
// Otherwise use workaround for Mono, as Environment.UserInteractive is always false
53
// Please close your eyes, there is really no better way for now
54
+ Logging.LogGenericInfo("FriendlyName: " + AppDomain.CurrentDomain.FriendlyName);
55
+ Environment.Exit(0);
56
_IsUserInteractive = Console.In is StreamReader;
57
return _IsUserInteractive.Value;
58
}
0 commit comments