[PR #1991] [MERGED] fix: show an error when pre-request script fails #3598

Closed
opened 2026-03-17 01:11:56 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: show-error-when-pre-request-script-fails


📝 Commits (3)

  • 268f30c fix: show an error when pre-request script fails
  • 87389f8 Merge branch 'main' into show-error-when-pre-request-script-fails
  • 569175d refactor: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1991 **Author:** [@andriuspetrauskis](https://github.com/andriuspetrauskis) **Created:** 12/2/2021 **Status:** ✅ Merged **Merged:** 12/2/2021 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `show-error-when-pre-request-script-fails` --- ### 📝 Commits (3) - [`268f30c`](https://github.com/hoppscotch/hoppscotch/commit/268f30cbd75cd14a3ac46cad099a19cbc0f2f7cd) fix: show an error when pre-request script fails - [`87389f8`](https://github.com/hoppscotch/hoppscotch/commit/87389f8b7254d6ab908982e84e85c23d916ab059) Merge branch 'main' into show-error-when-pre-request-script-fails - [`569175d`](https://github.com/hoppscotch/hoppscotch/commit/569175d3ba33feff6de034cf7cc94f120fb5dd32) refactor: minor ui improvements ### 📊 Changes **36 files changed** (+112 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes https://github.com/hoppscotch/hoppscotch/issues/1980 Cleaned version of https://github.com/hoppscotch/hoppscotch/pull/1981 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:11:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3598
No description provided.