Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
optionallychained committed Sep 26, 2024
1 parent 5ca589b commit 9c27145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkbsd.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const initializeDownloadDirectory = () => {
return downloadDirectory
}
catch (error) {
exitWithError(`⛔ Error initializing download directory '${downloadDirectory}': ${error}`)
error(`Error initializing download directory '${downloadDirectory}': ${error}`)
}
}

Expand Down

0 comments on commit 9c27145

Please sign in to comment.