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 e4ea7899c9
commit 03bf1cf7ff

View File

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