This commit is contained in:
John Livingston 2018-05-11 11:26:50 +02:00 committed by Chocobozzz
parent 7eb5f8cd32
commit 8a2db2e8cb

View File

@ -58,7 +58,7 @@ async function promptPassword () {
}
prompt.get(schema, function (err, result) {
if (err) {
return rej(err);
return rej(err)
}
return res(result.password)
})