mol_dump_lib 0.0.538 → 0.0.539

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 CHANGED
@@ -5584,10 +5584,6 @@ var $;
5584
5584
  });
5585
5585
  watcher
5586
5586
  .on('all', (type, path) => {
5587
- if (path instanceof Error) {
5588
- this.$.$mol_fail_log(path);
5589
- return;
5590
- }
5591
5587
  const file = $mol_file.relative(path.replace(/\\/g, '/'));
5592
5588
  file.reset();
5593
5589
  if (type === 'change') {