fix: SyntaxError caused by quote in case of headers."Set-Cookie"

This commit is contained in:
debugtalk
2020-06-15 17:20:52 +08:00
parent 1847532457
commit b8b2e26b3e
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
- fix: avoid '.csv' been converted to '_csv'
- fix: convert har to JSON format testcase
- fix: missing ${var} handling in overriding config variables
- fix: SyntaxError caused by quote in case of headers."Set-Cookie"
## 3.0.12 (2020-06-14)