Replace prettier with biome (#531)

This commit is contained in:
Nathan Marley
2025-05-28 07:47:16 -05:00
committed by GitHub
parent acd5c1ea3d
commit f058543888
7 changed files with 11916 additions and 11724 deletions

View File

@@ -308,7 +308,8 @@ function parseSubtasksFromText(
logger.error(
`Advanced extraction: Problematic JSON string for parse (first 500 chars): ${jsonToParse.substring(0, 500)}`
);
throw new Error( // Re-throw a more specific error if advanced also fails
throw new Error(
// Re-throw a more specific error if advanced also fails
`Failed to parse JSON response object after both simple and advanced attempts: ${parseError.message}`
);
}