@veloceapps/api 1.0.0 → 1.0.1

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.
@@ -2036,6 +2036,7 @@
2036
2036
  url: "/scripts/execute",
2037
2037
  method: 'post',
2038
2038
  body: body,
2039
+ errorHandler: function () { return null; }
2039
2040
  });
2040
2041
  };
2041
2042
  }