Skip to content

Commit

Permalink
Bug: missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
edugemini committed May 21, 2024
1 parent 4b0fd3d commit 20fab2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_core/lib/src/tracker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ class _Tracker implements Tracker {
if (!_importedInjector.containsKey(importTag)) {
exportedInject = _createInjector(importedModule, '${importTag}_Imported');
importedModule.exportedBinds(exportedInject);
_importedInjector[importTag] = exportedInject;
} else {
exportedInject = _importedInjector[importTag]!;
}
Expand Down

0 comments on commit 20fab2c

Please sign in to comment.