Skip to content

Commit

Permalink
Update leak_tracking.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Jan 27, 2025
1 parent 80e5324 commit 18ac523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/leak_tracker/lib/src/leak_tracking/leak_tracking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ abstract class LeakTracking {
stop();
}

_leakTracker = LeakTracker(config, _phase);

return true;
}());
}
Expand Down

0 comments on commit 18ac523

Please sign in to comment.