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
ilog-0.4.1 node_modules/rxjs/util/tryCatch.js
ilog-0.4.0 node_modules/rxjs/util/tryCatch.js
ilog-0.3.3 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-18.0.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.21.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.20.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.19.1 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.19.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.18.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.17.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.16.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.15.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.14.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.13.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.12.2 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.12.1 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.12.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.11.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.10.0 node_modules/rxjs/util/tryCatch.js
govuk_publishing_components-17.9.0 node_modules/rxjs/util/tryCatch.js