mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed que and log not showing when compiling
This commit is contained in:
committed by
Timothy Baldridge
parent
6dc3fd4085
commit
ce117513e8
@ -202,7 +202,7 @@ namespace Wabbajack
|
|||||||
var compiler = new VortexCompiler(args[1], args[2]);
|
var compiler = new VortexCompiler(args[1], args[2]);
|
||||||
await Task.Run(() =>
|
await Task.Run(() =>
|
||||||
{
|
{
|
||||||
Compiling = false;
|
Compiling = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
compiler.Compile();
|
compiler.Compile();
|
||||||
@ -214,7 +214,7 @@ namespace Wabbajack
|
|||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
Compiling = true;
|
Compiling = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
|
Reference in New Issue
Block a user