Skip to content

Commit

Permalink
small folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed Jun 8, 2019
1 parent a7041ac commit dc308ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HBBatchBeast/mainWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@


//create folders/logs if not exist
if (!fs.existsSync(homePath + "/HBBatchBeast")) {
fs.mkdirSync(homePath + "/HBBatchBeast");
if (!fs.existsSync(homePath + "/Documents/HBBatchBeast")) {
fs.mkdirSync(homePath + "/Documents/HBBatchBeast");

}

Expand Down

0 comments on commit dc308ad

Please # to comment.