Await io mkdirP

This commit is contained in:
Josh Gross 2019-11-15 10:19:16 -05:00
parent 8d14a2150b
commit 6860e85c52

View file

@ -86,7 +86,8 @@ async function run(): Promise<void> {
)} MB (${archiveFileSize} B)`
);
io.mkdirP(cachePath);
// Create directory to extract tar into
await io.mkdirP(cachePath);
// http://man7.org/linux/man-pages/man1/tar.1.html
// tar [-options] <name of the tar archive> [files or directories which to add into archive]