mol_plot_all 1.2.306 → 1.2.307
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.test.js +2 -6
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +2 -6
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -6035,12 +6035,8 @@ var $;
|
|
|
6035
6035
|
scheduled = true;
|
|
6036
6036
|
setTimeout(async () => {
|
|
6037
6037
|
scheduled = false;
|
|
6038
|
-
|
|
6039
|
-
|
|
6040
|
-
}
|
|
6041
|
-
finally {
|
|
6042
|
-
$$.$mol_test_complete();
|
|
6043
|
-
}
|
|
6038
|
+
await $mol_test_run();
|
|
6039
|
+
$$.$mol_test_complete();
|
|
6044
6040
|
}, 0);
|
|
6045
6041
|
}
|
|
6046
6042
|
$_1.$mol_test_schedule = $mol_test_schedule;
|