From 631a16feb0934d73ee47dac794531ef31333f2d7 Mon Sep 17 00:00:00 2001 From: Jason Casareno Date: Wed, 10 Aug 2022 18:01:34 -0700 Subject: [PATCH] Added warning msg when variables detect infinite expansion (WIP) --- .../components/http/Variables.vue | 30 +++++++++++++++++-- packages/hoppscotch-data/src/environment.ts | 23 ++++++++++++++ 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index 16abdde22..5885fa5e6 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -1,5 +1,11 @@