Skip to content

Commit

Permalink
[BUGFIX release] strip container.registry.validateInjections in v2.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Apr 18, 2017
1 parent 17678c6 commit 41c8de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/container/lib/container.js
Expand Up @@ -414,7 +414,7 @@ function buildInjections(/* container, ...injections */) {
}
}

container.registry.validateInjections(injections);
runInDebug(() => container.registry.validateInjections(injections));

for (let i = 0; i < injections.length; i++) {
injection = injections[i];
Expand Down

0 comments on commit 41c8de7

Please sign in to comment.