Better type mapping
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user