Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public override async System.Threading.Tasks.Task RunTaskAsync ()
all_files.Insert (0, packagesFile); // Sorted so this one is first

} catch (Exception ex) {
Log.LogMessage ("Could not download microsoft-packages.json: {0}", ex.Message);
LogMessage ("Could not download microsoft-packages.json: {0}", ex.Message);
}
}

Expand Down Expand Up @@ -108,4 +108,3 @@ public static bool TryParse (string filepath, [NotNullWhen (true)]out PackagesFi
return true;
}
}

Loading