fix(warning): remove warining CS4014

This commit is contained in:
Samuel Nussbaum
2026-07-14 09:27:26 +02:00
parent 1fff688098
commit 5eeab1bd24

View File

@@ -145,7 +145,7 @@
catch (Exception ex)
{
Console.WriteLine("Exception while executing OnAppReadyCallback. Stopping...\n" + ex);
this.Stop();
_ = this.Stop();
}
}
}