mol_plot_all 1.2.669 → 1.2.670

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
@@ -9438,6 +9438,7 @@ var $;
9438
9438
  if (this.type() !== 'dir')
9439
9439
  return [];
9440
9440
  const path = this.path();
9441
+ this.stat();
9441
9442
  try {
9442
9443
  return $node.fs.readdirSync(path)
9443
9444
  .filter(name => !/^\.+$/.test(name))