mol_dump_lib 0.0.375 → 0.0.377

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
@@ -5413,6 +5413,8 @@ var $;
5413
5413
  return this.absolute($node.path.resolve(this.base, path).replace(/\\/g, '/'));
5414
5414
  }
5415
5415
  watcher() {
5416
+ if (/\/\./.test(this.path()))
5417
+ return { destructor() { } };
5416
5418
  const watcher = $node.chokidar.watch(this.path(), {
5417
5419
  persistent: true,
5418
5420
  ignored: /(^\.|___$)/,