fix the linter not printing any helpful stacktraces (doh!)

This commit is contained in:
Matthias Mailänder
2015-07-08 17:05:55 +02:00
parent c8c0cc52b6
commit d1db675af5

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
}
catch (Exception e)
{
EmitError("{0} failed with exception: {0}".F(customPassType, e));
EmitError("{0} failed with exception: {1}".F(customPassType, e));
}
}
}