Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using fetchSync twice in plugin results in error #242

Closed
pckilgore opened this issue Sep 13, 2024 · 2 comments
Closed

Using fetchSync twice in plugin results in error #242

pckilgore opened this issue Sep 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pckilgore
Copy link

To reproduce, write a plugin where you do two fetchSync in the preRequest.

{
    "name": "SyntaxError",
    "message": "redeclaration of 'escapedText'",
    "stack": "    at preRequest (eval.js:3)\n    at <eval> (eval.js:11)\n"
}
@pckilgore
Copy link
Author

Also, really digging restfox so far, thanks for the hard work on it.

@flawiddsouza
Copy link
Owner

I'm glad you like it. Let me look into this issue.

@flawiddsouza flawiddsouza added the bug Something isn't working label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants