codex-lens 0.1.25 → 0.1.26

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.
@@ -105,7 +105,7 @@ class Aggregator {
105
105
  logger.info(`File saved: ${filePath}`);
106
106
  res.json({ success: true, path: filePath });
107
107
  } catch (error) {
108
- logger.error(`Failed to save file: ${filePath} - ${error.message}`);
108
+ logger.error(`Failed to save file: ${error.message}`);
109
109
  res.status(500).json({ error: error.message });
110
110
  }
111
111
  });