Fix non-updated closing state

This commit is contained in:
Rafostar
2020-12-15 11:59:05 +01:00
parent 062a307613
commit b756c15e46

View File

@@ -54,6 +54,7 @@ class ClapperWebApp extends Gio.SubprocessLauncher
} }
this.remoteApp = null; this.remoteApp = null;
this.isRemoteClosing = false;
if(hadError) if(hadError)
debug('remote app exited with error'); debug('remote app exited with error');