-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Hi there.
I tried to use prompt-radio with customising checkbox option (i need it to look ok on windows also).
And i noticed after i set checkbox: { off: "[ ]", on: "[x]", disabled: "X" },
i am getting errror:
TypeError: expected checkbox symbols to be an object
at Question.set (/mnt/d/Projects/InGo/process-jobs/node_modules/prompt-checkbox/node_modules/prompt-question/index.js:231:13)
So i checked https://github.com/enquirer/prompt-question/blob/master/index.js#L230 and this line seems wrong (it should check not an object instead), is this right?
Thanks.