Closed xiaofan2406 closed 4 years ago
https://github.com/lteacher/lambda-chain/blob/6428640bb8558bf5197f1cb1da56c609a21e170a/lib/handler-factory.js#L124-L154
isGlobal is not set to false when register is called with a keyed object, resulting duplicated calls of hooks for every handler.
isGlobal
false
register
https://github.com/lteacher/lambda-chain/blob/6428640bb8558bf5197f1cb1da56c609a21e170a/lib/handler-factory.js#L124-L154
isGlobal
is not set tofalse
whenregister
is called with a keyed object, resulting duplicated calls of hooks for every handler.