kakts-log

programming について調べたことを整理していきます

2018-08-15から1日間の記事一覧

Node.js: UnhandledPromiseRejectionWarning

In node.js script, without attaching any error handlers to the Promise within a event loop, "unhandledRejection" is emitted. The error log is as follows. (node:57974) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This erro…