mol_regexp 0.0.455 → 0.0.458

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 CHANGED
@@ -378,12 +378,8 @@ var $;
378
378
  scheduled = true;
379
379
  setTimeout(async () => {
380
380
  scheduled = false;
381
- try {
382
- await $mol_test_run();
383
- }
384
- finally {
385
- $$.$mol_test_complete();
386
- }
381
+ await $mol_test_run();
382
+ $$.$mol_test_complete();
387
383
  }, 0);
388
384
  }
389
385
  $_1.$mol_test_schedule = $mol_test_schedule;