mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
350 stars 82 forks source link

update docs: clarify return type of source promise #145

Closed funkybunky closed 1 year ago

funkybunky commented 1 year ago

Just a little clarification. Maybe I was just tired, but I resolved the promise with a string instead of an array and the error was swallowed silently in my case. So I needed to do some debugging until I found the issue. Hope this little clarification helps others.

mokkabonna commented 1 year ago

thx