Skip to content

fix: preserve original error message by ankush [frappe] PR#25682

Bot Dokos requested to merge ft-pr-25682 into develop

From: https://github.com/frappe/frappe/pull/25682
Date: 2024-03-27 18:43:49+05:30

  • fix: preserve original error message (#25682)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25682

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25682

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports