fix(parse-prd): suggested fix for mcpLog was incorrect. reverting to my previously working code.
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user