ipdbot/node_modules/npm/node_modules/promzard/test/validate.input
2022-04-18 15:32:07 +02:00

8 lines
178 B
Text

module.exports = {
"name": prompt("name", function (data) {
if (data === 'cool') return data
var er = new Error('not cool')
er.notValid = true
return er
})
}