Skip to content

Commit

Permalink
correctly reset container cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bekzod committed Oct 6, 2017
1 parent a20a784 commit 153574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container/lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function destroyDestroyables(container) {

function resetCache(container) {
destroyDestroyables(container);
container.cache.dict = dictionary(null);
container.cache = dictionary(null);
}

function resetMember(container, fullName) {
Expand Down

0 comments on commit 153574f

Please sign in to comment.