This commit is contained in:
JustArchi
2022-06-04 22:46:37 +02:00
parent e57cc21b89
commit ff7f661197

View File

@@ -468,6 +468,8 @@ internal static class Program {
await Exit().ConfigureAwait(false);
break;
default:
throw new InvalidOperationException(nameof(signal.Signal));
}
}
#endif