sales-frontend-oz 0.0.70 → 0.0.72

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.
package/dist/index.js CHANGED
@@ -323,8 +323,7 @@ async function CreateOzViewer(ozParam) {
323
323
  return await promise;
324
324
  } catch (e) {
325
325
  clearTimeout(timeout);
326
- await AlertTemporaryError();
327
- await Bridge.native.hideOZViewer();
326
+ throw e;
328
327
  }
329
328
  }
330
329
  async function MovePage(page) {