style: run prettier and eslint on src/
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -410,7 +410,9 @@ async function runAgent(
|
||||
const isStaleSession =
|
||||
sessionId &&
|
||||
output.error &&
|
||||
/no conversation found|ENOENT.*\.jsonl|session.*not found/i.test(output.error);
|
||||
/no conversation found|ENOENT.*\.jsonl|session.*not found/i.test(
|
||||
output.error,
|
||||
);
|
||||
|
||||
if (isStaleSession) {
|
||||
logger.warn(
|
||||
|
||||
Reference in New Issue
Block a user