fix extend
This commit is contained in:
parent
1e27d53318
commit
f2eeb7664e
@ -56,5 +56,6 @@ traverseRoot(bitcore.Error, data);
|
|||||||
module.exports = bitcore.Error;
|
module.exports = bitcore.Error;
|
||||||
|
|
||||||
module.exports.extend = function(spec) {
|
module.exports.extend = function(spec) {
|
||||||
traverseRoot(bitcore.Error, spec);
|
traverseNode(bitcore.Error, spec);
|
||||||
|
return bitcore.Error;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user