Skip to content

Commit

Permalink
fix: remove call to mkdirp.sync() in constructor so when used for Con…
Browse files Browse the repository at this point in the history
…soleWriter (#104)
  • Loading branch information
bryanforbes authored and bcoe committed Oct 15, 2017
1 parent 9659936 commit 58eb79d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/istanbul-lib-report/lib/file-writer.js
Expand Up @@ -119,7 +119,6 @@ function FileWriter(baseDir) {
if (!baseDir) {
throw new Error('baseDir must be specified');
}
mkdirp.sync(baseDir);
this.baseDir = baseDir;
}

Expand Down

0 comments on commit 58eb79d

Please sign in to comment.