fix: introduce ExtractHeredocError that implements PartialEq (#958)

This commit is contained in:
Michael Bolin
2025-05-16 09:42:27 -07:00
committed by GitHub
parent 84e01f4b62
commit 3d9f4fcd8a
2 changed files with 24 additions and 32 deletions

View File

@@ -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 => (),
}