dlsjs 0.1.16 → 0.1.17

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/dlsjs.esm.js CHANGED
@@ -4373,14 +4373,14 @@ var ReservedFunction = {
4373
4373
  try {
4374
4374
  return JSON.parse(e);
4375
4375
  } catch (D) {
4376
- return console.error(D), e;
4376
+ return e;
4377
4377
  }
4378
4378
  },
4379
4379
  set: (e, D, O) => {
4380
4380
  try {
4381
4381
  return e[D] = JSON.stringify(O), !0;
4382
4382
  } catch (O) {
4383
- return console.error(O), e[D] = "{}", !0;
4383
+ return e[D] = "{}", !0;
4384
4384
  }
4385
4385
  }
4386
4386
  },