mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Ducktype in _.isError for ES6 support.
This commit is contained in:
@@ -364,7 +364,9 @@
|
||||
this.message = message;
|
||||
}
|
||||
|
||||
CustomError.prototype = lodashStable.create(Error.prototype);
|
||||
CustomError.prototype = lodashStable.create(Error.prototype, {
|
||||
'constructor': CustomError
|
||||
});
|
||||
|
||||
/**
|
||||
* Removes all own enumerable properties from a given object.
|
||||
|
||||
Reference in New Issue
Block a user