nunocoracao / blowfish-tools

CLI to initialize a Blowfish project
https://blowfish.page
MIT License
12 stars 4 forks source link

Pressing ESC during configuration crashes the tool #59

Closed stevenctl closed 3 months ago

stevenctl commented 5 months ago
✖ What do you want to configure? Start typing to search for options or scroll down to see all options · Show/Hide prev and next article in each article page

node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

Running with npx blowfish-tools, if I press ESC (sometimes if I hit it twice) it will crash with this message.

nunocoracao commented 5 months ago

Thanks @stevenctl will have a look