diff --git a/windows/UsageViewModel.cs b/windows/UsageViewModel.cs index 51445a6..c2fb77b 100644 --- a/windows/UsageViewModel.cs +++ b/windows/UsageViewModel.cs @@ -212,7 +212,7 @@ public class UsageViewModel : INotifyPropertyChanged host.Show(); try { return await host.FetchAsync("https://claude.ai", script); } finally { host.Close(); } - }).Task; + }).Task.Unwrap(); if (resultJson == null || resultJson == "null") return ([], null, null);