soonjs 0.0.13 → 0.0.14
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54244,7 +54244,7 @@ export default {
|
|
|
54244
54244
|
});
|
|
54245
54245
|
} catch {
|
|
54246
54246
|
}
|
|
54247
|
-
PP(Oe.join(o, p.callId + ".ts"),
|
|
54247
|
+
PP(Oe.join(o, p.callId + ".ts"), h, (d) => {
|
|
54248
54248
|
d && console.error(d);
|
|
54249
54249
|
});
|
|
54250
54250
|
});
|