From 9c271450bfb5cff958e7c51edda524a42f866342 Mon Sep 17 00:00:00 2001 From: optionallychained <6907442+optionallychained@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:29:21 +0100 Subject: [PATCH] small fix --- mkbsd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkbsd.js b/mkbsd.js index 0a5b696..aeb893f 100644 --- a/mkbsd.js +++ b/mkbsd.js @@ -88,7 +88,7 @@ const initializeDownloadDirectory = () => { return downloadDirectory } catch (error) { - exitWithError(`⛔ Error initializing download directory '${downloadDirectory}': ${error}`) + error(`Error initializing download directory '${downloadDirectory}': ${error}`) } }