Skip to content

Commit

Permalink
修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Mar 2, 2022
1 parent c553eba commit a9d8019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ StartupTaskBase IStartupManager.GetStartupTask<T>()
private static string StartupTypeToKey(Type type)
=> type.Name.Remove(type.Name.Length - "startup".Length);

protected virtual Task<string> ExecuteStartupTaskAsync(StartupTaskBase startupTask, IStartupContext context,
internal virtual Task<string> ExecuteStartupTaskAsync(StartupTaskBase startupTask, IStartupContext context,
bool uiOnly)
{
return startupTask.JoinAsync(context, uiOnly);
Expand Down

0 comments on commit a9d8019

Please sign in to comment.