mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-01-08 02:55:42 +00:00
small fix
This commit is contained in:
parent
5ca589bd54
commit
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