mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-04-20 20:16:33 -04:00
Compare commits
2 commits
39e35c9ec4
...
63e83e0cf6
Author | SHA1 | Date | |
---|---|---|---|
|
63e83e0cf6 | ||
|
9c271450bf |
1 changed files with 1 additions and 1 deletions
2
mkbsd.js
2
mkbsd.js
|
@ -88,7 +88,7 @@ const initializeDownloadDirectory = () => {
|
||||||
return downloadDirectory
|
return downloadDirectory
|
||||||
}
|
}
|
||||||
catch (error) {
|
catch (error) {
|
||||||
exitWithError(`⛔ Error initializing download directory '${downloadDirectory}': ${error}`)
|
error(`Error initializing download directory '${downloadDirectory}': ${error}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue