mol_dump_lib 0.0.145 → 0.0.146
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.deps.json +1 -1
- package/node.js +1 -6
- package/node.js.map +1 -1
- package/node.mjs +1 -6
- package/node.test.js +1 -6
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -6
- package/web.deps.json +1 -1
- package/web.js +6 -12
- package/web.js.map +1 -1
- package/web.mjs +6 -12
package/node.js
CHANGED
|
@@ -5183,12 +5183,7 @@ var $;
|
|
|
5183
5183
|
}
|
|
5184
5184
|
else {
|
|
5185
5185
|
this.native().setItem(key, JSON.stringify(next));
|
|
5186
|
-
|
|
5187
|
-
this.$.$mol_storage.persisted(true);
|
|
5188
|
-
}
|
|
5189
|
-
catch (error) {
|
|
5190
|
-
$mol_fail_log(error);
|
|
5191
|
-
}
|
|
5186
|
+
this.$.$mol_storage.persisted(true);
|
|
5192
5187
|
}
|
|
5193
5188
|
return next;
|
|
5194
5189
|
}
|