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 d7c1aad2e9
commit 181b1234a8
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)