diff --git a/Moonlight/Program.cs b/Moonlight/Program.cs index 44fea258..3754c236 100644 --- a/Moonlight/Program.cs +++ b/Moonlight/Program.cs @@ -121,7 +121,7 @@ catch (MySqlException e) return false; } else - return false; + throw e; return true; }