Skip to content

Commit

Permalink
Add Logging for sectorlimits
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fox committed Sep 1, 2023
1 parent c001f86 commit 5c5a170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ladderscoring",
"version": "0.5.11",
"version": "0.5.12",
"author": {
"name": "Chris Fox",
"email": "chris@tyddynonn.co.uk"
Expand Down
1 change: 1 addition & 0 deletions src/IGCAnalysis/AnalyseTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class AnalyseTask {

}
}
Log(`Sector Limits: `, sectorLimits)
return sectorLimits;

}
Expand Down

0 comments on commit 5c5a170

Please sign in to comment.