Better type mapping

This commit is contained in:
nub31
2025-10-17 13:32:00 +02:00
parent 6b7cd0132d
commit 1330037de3
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);
}