This commit is contained in:
Fabian 2020-12-31 19:14:30 -06:00
parent 3026e985fa
commit 3ef82c8c2f

View file

@ -1439,7 +1439,7 @@
emulator.add_listener("emulator-stopped", function()
{
update_info();
if(interval === null)
if(interval !== null)
{
clearInterval(interval);
}