Added log to InstallerVM of what modlist it is installing

This commit is contained in:
Justin Swanson 2020-02-03 19:02:57 -06:00
parent 7b41606625
commit 11d6401374
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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