Log that we're clearing the temp dir
This commit is contained in:
parent
3dfaa88a1d
commit
6c8f96d781
3 changed files with 4 additions and 2 deletions
|
|
@ -100,6 +100,7 @@ program
|
|||
const toolsDir = getToolsDir(cmd.toolsDir);
|
||||
|
||||
// Wipe the temp dir
|
||||
logger.info(`Cleaning temp directory ${tempDir}`);
|
||||
fs.rmdirSync(tempDir, { recursive: true });
|
||||
fs.mkdirSync(tempDir, { recursive: true });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue