UNPKG

320 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = fatalError;
7/** @license MIT License (c) copyright 2010-2016 original author or authors */
8/** @author Brian Cavalier */
9/** @author John Hann */
10
11function fatalError(e) {
12 setTimeout(function () {
13 throw e;
14 }, 0);
15}
\No newline at end of file