@xuda.io/xuda-worker-bundle-min 1.3.841 → 1.3.842

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -60,9 +60,9 @@ func.common.find_ROWID_idx = function (_ds, rowId) {
60
60
  const index = _ds.data_feed.rows.findIndex((item) => item._ROWID === rowId);
61
61
  // }
62
62
  // If the index is -1, the ROWID was not found, so throw an error
63
- if (index === -1) {
64
- throw new Error(`ROWID "${rowId}" not found`);
65
- }
63
+ // if (index === -1) {
64
+ // throw new Error(`ROWID "${rowId}" not found`);
65
+ // }
66
66
 
67
67
  // Return the found index
68
68
  return index;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.841",
3
+ "version": "1.3.842",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {