fix Exception: Tried logging to non-existant channel debug
This commit is contained in:
committed by
abcdefg30
parent
444b5f92c3
commit
442241b6cd
@@ -42,6 +42,7 @@ namespace OpenRA.Lint
|
||||
|
||||
try
|
||||
{
|
||||
Log.AddChannel("debug", null);
|
||||
Log.AddChannel("perf", null);
|
||||
|
||||
var options = args.Where(a => a.StartsWith("-"));
|
||||
|
||||
Reference in New Issue
Block a user