File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -428,6 +428,9 @@ export async function agentFix(
428428 cwd,
429429 spinner,
430430 } )
431+ // eslint-disable-next-line no-await-in-loop
432+ const unstagedCResult = await gitUnstagedModifiedFiles ( cwd )
433+ console . log ( 'after installer' , unstagedCResult )
431434 const maybeLockSrc = maybeActualTree
432435 ? // eslint-disable-next-line no-await-in-loop
433436 await readLockfile ( pkgEnvDetails . lockPath )
@@ -443,6 +446,9 @@ export async function agentFix(
443446 vulnerableVersionRange ,
444447 fixConfig ,
445448 )
449+ // eslint-disable-next-line no-await-in-loop
450+ const unstagedCResult = await gitUnstagedModifiedFiles ( cwd )
451+ console . log ( 'after afterInstall' , unstagedCResult )
446452 if ( test ) {
447453 spinner ?. info ( `Testing ${ newId } in ${ workspace } .` )
448454 // eslint-disable-next-line no-await-in-loop
You can’t perform that action at this time.
0 commit comments