mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-01-05 01:25:46 +00:00
Compare commits
2 commits
39e35c9ec4
...
63e83e0cf6
Author | SHA1 | Date | |
---|---|---|---|
63e83e0cf6 | |||
9c271450bf |
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…
Reference in a new issue