mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added log to InstallerVM of what modlist it is installing
This commit is contained in:
parent
7b41606625
commit
11d6401374
@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
* Auto update functionality added client-side.
|
||||
* Slideshow now moves to next slide when users clicks, even if paused
|
||||
* Installer now prints to log what modlist it is installing
|
||||
|
||||
=======
|
||||
|
||||
#### Version - 1.0 beta 17 - 1/22/2020
|
||||
|
@ -362,6 +362,7 @@ namespace Wabbajack
|
||||
{
|
||||
try
|
||||
{
|
||||
Utils.Log($"Starting to install {ModList.Name}");
|
||||
var success = await this.Installer.Install();
|
||||
Completed = ErrorResponse.Create(success);
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user