Skip to content

Commit a5dc403

Browse files
Update FrameworkBridge.cs
1 parent 0870914 commit a5dc403

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Code/Helpers/FrameworkBridge.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public string StopAndGetLoadedFrameworksMessage()
3232
{
3333
Timing.KillCoroutines(_handles.ToArray());
3434
_handles.Clear();
35-
if (_found.Count == 0) return "No supported framework was found, no additional methods will be loaded.";
36-
return $"SER has found {_found.Count} supported framework(s): " +
35+
if (_found.Count == 0) return "No supported framework was found, no additional methods were added.";
36+
return $"SER has added methods for {_found.Count} supported framework(s): " +
3737
$"{_found.Select(f => f.Type.ToString()).JoinStrings(", ")}";
3838
}
3939

0 commit comments

Comments
 (0)