Skip to content
#

collections

Here are 948 public repositories matching this topic...

erikholleboom
erikholleboom commented Apr 25, 2021

To repoduce:

  1. Add first hook (before.update)
  2. Add second hook (before.update)
  3. remove first hook
  4. remove second hook
  5. update a entry --> second hook is called.

Problem is in de splice call "len":
remove () {
self._hookAspects[method][pointcut].splice(len - 1, 1)

Len was stored when inserting the hook in the array. However due to the removal of t

Improve this page

Add a description, image, and links to the collections topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collections topic, visit your repo's landing page and select "manage topics."

Learn more