@fileverse-dev/dsheet 1.2.59-sm-fix-patch-1 → 1.2.59-sm-fix-patch-2
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.es.js +0 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -184724,8 +184724,6 @@ const rDt = (e) => {
|
|
|
184724
184724
|
await n(m)(d);
|
|
184725
184725
|
return;
|
|
184726
184726
|
}
|
|
184727
|
-
if (v.type === "INVALID_PARAM")
|
|
184728
|
-
throw new Error(v.message);
|
|
184729
184727
|
return v;
|
|
184730
184728
|
} else
|
|
184731
184729
|
throw new Error(`Function ${f} not found in module`);
|