@paroicms/site-generator-plugin 0.27.6 → 0.27.7

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.
@@ -97,7 +97,7 @@ async function readDebugLlmOutputs(ctx, options) {
97
97
  return { outputs, llmReport };
98
98
  }
99
99
  catch (error) {
100
- if (!isObj(error) || error.code !== "ENOENT") {
100
+ if (!isObj(error) || (error.code !== "ENOENT" && error.code !== "ENOTDIR")) {
101
101
  logger.error(`Error reading debug output from "${debugFile}": ${messageOf(error)}`);
102
102
  }
103
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paroicms/site-generator-plugin",
3
- "version": "0.27.6",
3
+ "version": "0.27.7",
4
4
  "description": "ParoiCMS Site Generator Plugin",
5
5
  "keywords": [
6
6
  "paroicms",