only display lint check name when something goes wrong
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenRA.Lint
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
EmitError("Failed with exception: {0}".F(e));
|
EmitError("{0} failed with exception: {0}".F(customPassType, e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user