Skip to content

Commit

Permalink
resolved #162
Browse files Browse the repository at this point in the history
  • Loading branch information
ymh199478 committed Jan 4, 2019
1 parent 1f82fef commit 8fddc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CatLib.Core/CatLib/Facade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private static TService Resolve(params object[] userParams)

if (!inited && (App.IsResolved(service) || App.CanMake(service)))
{
App.OnRebound(service, (o) => ServiceRebound((TService) o));
App.Watch<TService>(ServiceRebound);
inited = true;
}
else if (binder != null && !binder.IsStatic)
Expand Down

0 comments on commit 8fddc97

Please sign in to comment.