Signed-off-by: Thibault Sottiaux <tibo@openai.com>
This commit is contained in:
Thibault Sottiaux
2025-04-22 15:22:10 -04:00
parent f99c9080fd
commit f0b131ebcd
3 changed files with 4 additions and 12 deletions

View File

@@ -219,7 +219,7 @@ async function execCommand(
try {
await access(workdir);
} catch (e) {
log(`EXEC workdir=${workdir} not found, use process.cwd() instead`);
log(`EXEC workdir=${workdir} not found, using process.cwd() instead`);
workdir = process.cwd();
}
}