Sha256: 50572e87289125a1791eccea779d8cbdd642f27050bf81dba2fc75b039d8f481

Contents?: true

Size: 303 Bytes

Versions: 70

Compression:

Stored size: 303 Bytes

Contents

'use strict'

/**
 * Tries to execute a function and discards any error that occurs.
 * @param {Function} fn - Function that might or might not throw an error.
 * @returns {?*} Return-value of the function when no error occurred.
 */
module.exports = function(fn) {

	try { return fn() } catch (e) {}

}

Version data entries

70 entries across 69 versions & 10 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/nice-try/src/index.js
disco_app-0.18.0 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.18.2 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.16.1 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.15.2 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.18.4 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.18.1 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.14.0 test/dummy/node_modules/nice-try/src/index.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/nice-try/src/index.js
tang-0.2.1 spec/tang_app/node_modules/nice-try/src/index.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/nice-try/src/index.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/nice-try/src/index.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/nice-try/src/index.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/nice-try/src/index.js
tang-0.2.0 spec/tang_app/node_modules/nice-try/src/index.js
tang-0.1.0 spec/tang_app/node_modules/nice-try/src/index.js
tang-0.0.9 spec/tang_app/node_modules/nice-try/src/index.js
enju_library-0.3.8 spec/dummy/node_modules/nice-try/src/index.js
jester-data-8.0.0 node_modules/nice-try/src/index.js