Skip to content

Commit

Permalink
修复手残bug一枚
Browse files Browse the repository at this point in the history
  • Loading branch information
china-live committed Jan 25, 2018
1 parent c32a3eb commit 3f5a81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public ShellBuilder(Type shellDescriptor, Type shellState, IServiceCollection se
{
Services = services;
ShellDescriptor = shellDescriptor;
ShellState = ShellState;
ShellState = shellState;
}

public IServiceCollection Services { get; private set; }
Expand Down

0 comments on commit 3f5a81e

Please sign in to comment.