bugfix :: 다운로드폴더 열기 수정.

This commit is contained in:
leejinho 2020-02-18 09:10:18 +09:00
parent 25095369b2
commit 87cbb1b6b5

View File

@ -593,11 +593,11 @@ ipcMain.on(
}
folderItem = basePath;
} else {
}
if (make) {
fse.mkdirpSync(folderItem);
}
}
let isSuccess = true;
if (fse.existsSync(folderItem)) {