Better type mapping

This commit is contained in:
nub31
2025-10-17 13:32:00 +02:00
parent bc1252ea1f
commit 610e259503
7 changed files with 198 additions and 153 deletions

View File

@@ -193,7 +193,7 @@ public class Diagnostic
return sb.ToString();
}
catch (Exception e)
catch (Exception)
{
return ConsoleColors.Colorize("Failed to generate error message", ConsoleColors.Red);
}