From 998c710a8e5dc9f46bbdb03c30f637a767834bc9 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sun, 2 Jun 2024 13:21:48 -0400 Subject: [PATCH] ig that needs to be explicit --- EmperorPalpatine/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/EmperorPalpatine/Program.cs b/EmperorPalpatine/Program.cs index 7b5b0f2..efff200 100644 --- a/EmperorPalpatine/Program.cs +++ b/EmperorPalpatine/Program.cs @@ -77,5 +77,6 @@ class Program t.AddRange(VMs.Select(vm => vm.CloseAsync()).ToArray()); await Task.WhenAll(t); await cts.CancelAsync(); + Environment.Exit(0); } } \ No newline at end of file