mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: introduce ExtractHeredocError that implements PartialEq (#958)
This commit is contained in:
committed by
GitHub
Unverified
parent
84e01f4b62
commit
3d9f4fcd8a
@@ -1080,7 +1080,7 @@ async fn handle_function_call(
|
||||
};
|
||||
}
|
||||
MaybeApplyPatchVerified::ShellParseError(error) => {
|
||||
trace!("Failed to parse shell command, {error}");
|
||||
trace!("Failed to parse shell command, {error:?}");
|
||||
}
|
||||
MaybeApplyPatchVerified::NotApplyPatch => (),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user