Merge pull request #138 from JustinWesleyFerrari/justin/q-apps

Fixed error handling in PUBLISH_QDN_RESOURCE
This commit is contained in:
CalDescent 2023-03-03 15:17:47 +00:00 committed by GitHub
commit d96292fcf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,7 +576,7 @@ class WebBrowser extends LitElement {
obj['error'] = errorMsg; obj['error'] = errorMsg;
response = JSON.stringify(obj); response = JSON.stringify(obj);
console.error(error); console.error(error);
return; break;
} finally { } finally {
this.loader.hide(); this.loader.hide();
} }