UNPKG

225 BJavaScriptView Raw
1/** @license MIT License (c) copyright 2010-2016 original author or authors */
2/** @author Brian Cavalier */
3/** @author John Hann */
4
5export default function fatalError (e) {
6 setTimeout(function () {
7 throw e
8 }, 0)
9}