pi-gsd 2.0.12 → 2.0.15

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.
@@ -924,7 +924,6 @@ function pi_gsd_hooks_default(pi) {
924
924
  }
925
925
  }
926
926
  if (raw === null) {
927
- errors.push("File not found: " + filePath);
928
927
  return null;
929
928
  }
930
929
  let result = raw;