We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try { const config = getConfig(); const answers = await cz.prompt(config).catch(e => reject(e)); resolve( commit( `${answers.prefix}${answers.scope}${answers.emoji}${answers.body}` ) ); } catch (e) { reject(e); }
rejectする際にエラーオブジェクトをそのまま渡しているので、どのようなエラーが表示されるのかがわからない。
上記の2点を調査して適切なエラーメッセージをrejectする仕様にするべき
The text was updated successfully, but these errors were encountered:
ほげぇ
Sorry, something went wrong.
@camcam-lemon prompt,commitが失敗することってあるんですかね? もうすでにこれらのメソッド定義でreject時のエラー文って発生されるようになってるかも??
@tyankatsu0105 正直わからんです。 中の実装見てみないことには正確にはどうなるかが・・・。
tyankatsu0105
camcam-lemon
No branches or pull requests
rejectする際にエラーオブジェクトをそのまま渡しているので、どのようなエラーが表示されるのかがわからない。
上記の2点を調査して適切なエラーメッセージをrejectする仕様にするべき
The text was updated successfully, but these errors were encountered: