mol_plot_all 1.2.1624 → 1.2.1625

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
@@ -3677,6 +3677,8 @@ var $;
3677
3677
  if (this.$.$mol_fail_catch(error)) {
3678
3678
  if (error.code === 'ENOENT')
3679
3679
  return null;
3680
+ if (error.code === 'EPERM')
3681
+ return null;
3680
3682
  error.message += '\n' + path;
3681
3683
  this.$.$mol_fail_hidden(error);
3682
3684
  }