Skip to content

Commit

Permalink
flush on start
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jun 4, 2024
1 parent ba187f9 commit 9f7872b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parquet.Floor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static async Task Main(string[] args) {
// Avalonia configuration, don't remove; also used by visual designer.
public static AppBuilder BuildAvaloniaApp() {
try {
Tracker.Instance.Track("start");
Tracker.Instance.Track("start", force: true);
}catch(Exception ex) {
Console.WriteLine(ex);
}
Expand Down

0 comments on commit 9f7872b

Please sign in to comment.