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
https://twitter.com/azu_re/status/1238383435585998855 Unhandled RejectionはNode 10, 12だとexit 0となる問題について
https://azu.github.io/promises-book/#promise-done doneの最後に入れるとかしたい。 コラム部分を文章に出して、実行環境ごとの例として出すとか? コラムを2つ並べるとか?
最終的にdoneはunhadnled rejectにまるっと書き換えるのが良さそうな気がする
The text was updated successfully, but these errors were encountered:
unhadnled reject イマイチ知られてない気がするので、最終的には章として出すイメージにしたほうがいい気がするなー Nodeの問題はデバッグの問題じゃなくてexit codeが変わるというのが結構実害。(将来直すらしいけど、いつ治るんだろ?)
Sorry, something went wrong.
Node.jsでUnhandled RejectionsのときにExit Statusが0となる問題を回避する | Web Scratch 一応書いたけど、もう少しUnhandled Rejectionとはというアプローチで書きたい
No branches or pull requests
https://twitter.com/azu_re/status/1238383435585998855
Unhandled RejectionはNode 10, 12だとexit 0となる問題について
https://azu.github.io/promises-book/#promise-done doneの最後に入れるとかしたい。
コラム部分を文章に出して、実行環境ごとの例として出すとか?
コラムを2つ並べるとか?
最終的にdoneはunhadnled rejectにまるっと書き換えるのが良さそうな気がする
The text was updated successfully, but these errors were encountered: