Skip to content

Commit 27dfacc

Browse files
keljosericsciple
authored andcommitted
backed out redundant check
1 parent 1b0e818 commit 27dfacc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,7 @@ function _createExtractFolder(dest?: string): string {
486486
dest = path.join(_getAgentTemp(), uuidV4());
487487
}
488488

489-
if (!tl.exist(dest)) {
490-
tl.mkdirP(dest);
491-
}
489+
tl.mkdirP(dest);
492490

493491
return dest;
494492
}

0 commit comments

Comments
 (0)