We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ade79 commit 4dd716aCopy full SHA for 4dd716a
1 file changed
SaintCoinach.Cmd/Program.cs
@@ -55,7 +55,7 @@ private static void Main(string[] args) {
55
IConsole cns;
56
try {
57
cns = new Tharga.Console.Consoles.ClientConsole();
58
- } catch (System.PlatformNotSupportedException e) {
+ } catch (PlatformNotSupportedException e) {
59
cns = new Tharga.Console.Consoles.NullConsole();
60
}
61
var cmd = new RootCommand(cns);
0 commit comments