mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-06-15 11:56:37 +00:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
var e = new Error();
|
|
try { t.call(e); }
|
|
catch (e2) { a(e2, e); }
|
|
};
|