Sha256: 88b04e54c58fe81ec3b81f6ad28726864bb57cb932a38cad77aaa1748cb8e15f

Contents?: true

Size: 422 Bytes

Versions: 49

Compression:

Stored size: 422 Bytes

Contents

"use strict";
var errorObject_1 = require('./errorObject');
var tryCatchTarget;
function tryCatcher() {
    try {
        return tryCatchTarget.apply(this, arguments);
    }
    catch (e) {
        errorObject_1.errorObject.e = e;
        return errorObject_1.errorObject;
    }
}
function tryCatch(fn) {
    tryCatchTarget = fn;
    return tryCatcher;
}
exports.tryCatch = tryCatch;
;
//# sourceMappingURL=tryCatch.js.map

Version data entries

49 entries across 49 versions & 4 rubygems

Version Path
govuk_publishing_components-16.21.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-16.20.1 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-16.20.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-16.19.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-16.18.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-16.17.0 node_modules/rxjs/util/tryCatch.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/inquirer/node_modules/rxjs/util/tryCatch.js
locomotivecms-3.4.0 app/javascript/node_modules/rxjs/util/tryCatch.js
dragonfly_puppeteer-0.1.0 node_modules/rxjs/util/tryCatch.js