fix: FileExistsError when specified project name conflicts with existed file

This commit is contained in:
debugtalk
2020-06-15 18:14:35 +08:00
parent b8b2e26b3e
commit 9ff3f943ab
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
- 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"
- fix: FileExistsError when specified project name conflicts with existed file
## 3.0.12 (2020-06-14)