mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Apply arrow function transform.
This commit is contained in:
@@ -24,7 +24,7 @@ import isError from './isError.js';
|
||||
* elements = [];
|
||||
* }
|
||||
*/
|
||||
var attempt = baseRest(function(func, args) {
|
||||
var attempt = baseRest((func, args) => {
|
||||
try {
|
||||
return apply(func, undefined, args);
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user