Format verification runtime cleanup

This commit is contained in:
ejclaw
2026-04-08 05:31:27 +09:00
parent edd5b45d99
commit 46274f2372
2 changed files with 44 additions and 18 deletions

View File

@@ -325,10 +325,14 @@ export async function runVerificationRequest(
try {
try {
const { stdout, stderr } = await execFileCapture(command.file, command.args, {
cwd: repoDir,
env: directExecution.env,
});
const { stdout, stderr } = await execFileCapture(
command.file,
command.args,
{
cwd: repoDir,
env: directExecution.env,
},
);
const afterSnapshot = computeVerificationSnapshot(repoDir);
if (afterSnapshot.snapshotId !== beforeSnapshot.snapshotId) {
return {