fix(parse-prd): suggested fix for mcpLog was incorrect. reverting to my previously working code.

This commit is contained in:
Eyal Toledano
2025-05-03 00:10:58 -04:00
parent a48d1f13e2
commit 424aae10ed

View File

@@ -131,7 +131,7 @@ export async function parsePRDDirect(args, log, context = {}) {
inputPath, inputPath,
outputPath, outputPath,
numTasks, numTasks,
{ session, mcpLog, projectRoot, useForce, useAppend }, { session, mcpLog: logWrapper, projectRoot, useForce, useAppend },
'json' 'json'
); );