@social-mail/social-mail-web-server 1.8.488 → 1.8.490

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-web-server",
3
- "version": "1.8.488",
3
+ "version": "1.8.490",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -348,6 +348,7 @@ export default class WebContentTranspileService
348
348
  const contentService = ServiceProvider.resolve(this, WebSiteContentService);
349
349
  const fileInfo = await contentService.getFileInfo(siteFolder.snapshotFolderID, ... rewritePath.split("/"));
350
350
  if (!fileInfo) {
351
+ console.warn(JSON.stringify({ value, rewritePath, error: "File not found", currentPath }));
351
352
  return value;
352
353
  }
353
354
  const eFileContentID = this.ecs.general.encrypt(fileInfo.fileContentID.toString());