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,
|
inputPath,
|
||||||
outputPath,
|
outputPath,
|
||||||
numTasks,
|
numTasks,
|
||||||
{ session, mcpLog, projectRoot, useForce, useAppend },
|
{ session, mcpLog: logWrapper, projectRoot, useForce, useAppend },
|
||||||
'json'
|
'json'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user