UNPKG
@tempest/core
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.0.2
0.0.1
The core of the Tempest Stream Library
@tempest/core
/
lib
/
util
/
fatalError.js
4 lines
•
115 B
JavaScript
View Raw
1
2
3
4
export
function
fatalError
(
err
) {
setTimeout
(
() =>
{
throw
err; },
0
); }
//# sourceMappingURL=fatalError.js.map