working verifier

This commit is contained in:
Chris Forbes
2010-03-19 22:40:33 +13:00
parent 85d62ee260
commit b68e14655f
2 changed files with 23 additions and 4 deletions

View File

@@ -87,6 +87,8 @@ namespace OpenRA
Log.Write("Assembly `{0}` cannot be verified. Failures:", a);
foreach (var f in failures)
Log.Write("\t{0}", f);
throw new InvalidOperationException("Failed verification. See the log for further details.");
}
}