mol_wire_lib 1.0.966 → 1.0.967
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/node.js +0 -2
- package/node.js.map +1 -1
- package/node.mjs +0 -2
- package/node.test.js +0 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +0 -2
- package/web.js.map +1 -1
- package/web.mjs +0 -2
package/node.js
CHANGED
|
@@ -763,7 +763,6 @@ var $;
|
|
|
763
763
|
result = Object.assign(result.then(put, put), {
|
|
764
764
|
destructor: result['destructor'] ?? (() => { })
|
|
765
765
|
});
|
|
766
|
-
Error.captureStackTrace(result);
|
|
767
766
|
handled.add(result);
|
|
768
767
|
}
|
|
769
768
|
}
|
|
@@ -781,7 +780,6 @@ var $;
|
|
|
781
780
|
}), {
|
|
782
781
|
destructor: result['destructor'] ?? (() => { })
|
|
783
782
|
});
|
|
784
|
-
Error.captureStackTrace(result);
|
|
785
783
|
handled.add(result);
|
|
786
784
|
}
|
|
787
785
|
}
|