claude-threads 0.57.1 → 0.57.2
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51228,7 +51228,7 @@ async function collectBugReportContext(session, errorContext) {
|
|
|
51228
51228
|
cost: stats.totalCostUSD.toFixed(2)
|
|
51229
51229
|
};
|
|
51230
51230
|
}
|
|
51231
|
-
const platformId = session.
|
|
51231
|
+
const platformId = session.platformId;
|
|
51232
51232
|
const threadId = session.threadId;
|
|
51233
51233
|
const logFilePath = sanitizePath(getLogFilePath(platformId, threadId));
|
|
51234
51234
|
const recentLogEntries = readRecentLogEntries(platformId, threadId, BUG_REPORT_LOG_ENTRIES);
|