Skip to content

Commit

Permalink
dont delete everything!@!!#W@#!
Browse files Browse the repository at this point in the history
  • Loading branch information
doggybootsy committed Jun 22, 2022
1 parent 085cb71 commit 1d83ebc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions src/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ class restartDiscord {

function makeDrDir() {
return new Promise(async res => {
if (fs.existsSync(DrDir)) fs.rmSync(DrDir, { recursive: true, force: true })
fs.mkdirSync(DrDir)
if (!fs.existsSync(DrDir)) fs.mkdirSync(DrDir)
logger.space()
logger.log("Setting up dr file dir")
try {
Expand Down

0 comments on commit 1d83ebc

Please sign in to comment.