Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const initPrivateTmpDir = async bool => {
if (bool) {
fileMap[TMP_FILES_PB].clear();
await removeDirectory(TMPDIR_FILES_PB, TMPDIR);
await createDirectory(TMPDIR_FILES_PB, PERM_DIR);
}
};