Skip to content

Commit 8ab5c24

Browse files
committed
more fixed
1 parent 35302ae commit 8ab5c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DryIoc/Container.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10234,7 +10234,7 @@ public StringBuilder PrintCurrent(StringBuilder s = null)
1023410234
else if (ServiceTypeOrInfo is Type t)
1023510235
s.Print(t);
1023610236
else
10237-
s.Print(ServiceTypeOrInfo);
10237+
s.Append(ServiceTypeOrInfo);
1023810238

1023910239
var f = Factory;
1024010240
if (f != null && f is ReflectionFactory == false)

0 commit comments

Comments
 (0)