mol_wire_lib 1.0.1653 → 1.0.1654

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/web.mjs CHANGED
@@ -1406,6 +1406,7 @@ var $;
1406
1406
  return handler();
1407
1407
  }
1408
1408
  catch (error) {
1409
+ console.error(error);
1409
1410
  return error;
1410
1411
  }
1411
1412
  }