@esfaenza/extensions 15.2.40 → 15.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -977,7 +977,7 @@ class MessageService {
977
977
  postSuccess();
978
978
  }
979
979
  else {
980
- this.simpleError((errorMsg ? errorMsg + ": " : "") + (response.haserror || anyReponse.HasError) ? (response.error || anyReponse.Error) : '[NO ERR.]');
980
+ this.simpleError((errorMsg ? errorMsg + ": " : "") + ((response.haserror || anyReponse.HasError) ? (response.error || anyReponse.Error) : '[NO ERR.]'));
981
981
  if (postFailure)
982
982
  postFailure();
983
983
  }