lua console - update script icons when an error occurrs that stops a script

This commit is contained in:
adelikat 2020-03-29 12:49:42 -05:00
parent a16973cbe9
commit a574fab07f
1 changed files with 1 additions and 0 deletions

View File

@ -549,6 +549,7 @@ namespace BizHawk.Client.EmuHawk
}, () =>
{
lf.Stop();
LuaListView.Refresh();
});
}
catch (Exception ex)