You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used while HTTP Toolkit was running in a path containing a space,
the quotes in NODE_OPTIONS weren't escaped in the shell script that
included it. That made the shell script invalid, breaking it entirely.
We now ensure that all env var values have any quotes included correctly
escaped.
0 commit comments