UNPKG

browser-webdriver-downloader

Version:
5 lines (3 loc) 175 B
'use strict'; // https://medium.com/@dtinth/making-unhandled-promise-rejections-crash-the-node-js-process-ffc27cfcc9dd process.on('unhandledRejection', up => { throw up; });