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:
parent
6dc3fd4085
commit
ce117513e8
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user