mirror of
https://github.com/nadimkobeissi/mkbsd.git
synced 2025-04-20 19:56:32 -04:00
small fix
This commit is contained in:
parent
5ca589bd54
commit
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