Thanks for the report. This stems from a scenario where we want to do something when a promise is resolved, but don’t want to do anything if it is rejected. Because of this, we don’t pass a rejection handler to Promise#then which leads to an unhandled rejection. It won’t break anything, but we should clean it up regardless to prevent developers like yourself from wondering if something is wrong.