mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #1991] [MERGED] fix: show an error when pre-request script fails #3598
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#3598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/1991
Author: @andriuspetrauskis
Created: 12/2/2021
Status: ✅ Merged
Merged: 12/2/2021
Merged by: @AndrewBastin
Base:
main← Head:show-error-when-pre-request-script-fails📝 Commits (3)
268f30cfix: show an error when pre-request script fails87389f8Merge branch 'main' into show-error-when-pre-request-script-fails569175drefactor: minor ui improvements📊 Changes
36 files changed (+112 additions, -6 deletions)
View changed files
📝
packages/hoppscotch-app/components/http/Request.vue(+14 -2)📝
packages/hoppscotch-app/components/http/ResponseMeta.vue(+28 -1)📝
packages/hoppscotch-app/helpers/RequestRunner.ts(+1 -1)📝
packages/hoppscotch-app/helpers/types/HoppRESTResponse.ts(+4 -0)📝
packages/hoppscotch-app/locales/af.json(+2 -0)📝
packages/hoppscotch-app/locales/ar.json(+2 -0)📝
packages/hoppscotch-app/locales/ca.json(+2 -0)📝
packages/hoppscotch-app/locales/cn.json(+2 -0)📝
packages/hoppscotch-app/locales/cs.json(+2 -0)📝
packages/hoppscotch-app/locales/da.json(+2 -0)📝
packages/hoppscotch-app/locales/de.json(+2 -0)📝
packages/hoppscotch-app/locales/el.json(+2 -0)📝
packages/hoppscotch-app/locales/en.json(+2 -0)📝
packages/hoppscotch-app/locales/es.json(+2 -0)📝
packages/hoppscotch-app/locales/fi.json(+2 -0)📝
packages/hoppscotch-app/locales/fr.json(+2 -0)📝
packages/hoppscotch-app/locales/he.json(+2 -0)📝
packages/hoppscotch-app/locales/hu.json(+2 -0)📝
packages/hoppscotch-app/locales/it.json(+2 -0)📝
packages/hoppscotch-app/locales/ja.json(+2 -0)...and 16 more files
📄 Description
Closes https://github.com/hoppscotch/hoppscotch/issues/1980
Cleaned version of https://github.com/hoppscotch/hoppscotch/pull/1981
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.