fix the linter not printing any helpful stacktraces (doh!)
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
EmitError("{0} failed with exception: {0}".F(customPassType, e));
|
EmitError("{0} failed with exception: {1}".F(customPassType, e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user