Commit 4a18c88
committed
Fix space escaping bug in existing-terminal
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.1 parent 94a2451 commit 4a18c88
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments