Fixed que and log not showing when compiling

This commit is contained in:
erri120 2019-11-14 19:53:00 +01:00 committed by Timothy Baldridge
parent 6dc3fd4085
commit ce117513e8

View File

@ -202,7 +202,7 @@ namespace Wabbajack
var compiler = new VortexCompiler(args[1], args[2]);
await Task.Run(() =>
{
Compiling = false;
Compiling = true;
try
{
compiler.Compile();
@ -214,7 +214,7 @@ namespace Wabbajack
}
finally
{
Compiling = true;
Compiling = false;
}
});
}else{