-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.3.15](v6.3.14...v6.3.15) (2022-02-05) ### Bug Fixes * **helper:** make mkdirIfNotExists helper resilient to concurrent calls ([d9dade2](d9dade2)), closes [/github.com/karma-runner/karma-coverage/issues/434#issuecomment-1017939333](https://github.com//github.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333)
- Loading branch information
1 parent
d9dade2
commit c1befa0
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,8 @@ | |
"Anton <[email protected]>", | ||
"Michał Gołębiowski-Owczarek <[email protected]>", | ||
"Todd Wolfson <[email protected]>", | ||
"Mark Trostler <[email protected]>", | ||
"Jonathan Ginsburg <[email protected]>", | ||
"Mark Trostler <[email protected]>", | ||
"Ciro Nunes <[email protected]>", | ||
"Christian Budde Christensen <[email protected]>", | ||
"Pawel Kozlowski <[email protected]>", | ||
|
@@ -499,7 +499,7 @@ | |
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"version": "6.3.14", | ||
"version": "6.3.15", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ext js --ignore-pattern *.tpl.js", | ||
|