Skip to content

Commit 40c5911

Browse files
committed
fix: finally release
1 parent fef35d3 commit 40c5911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Utils/Console/BDebug.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public static class BDebug
66
{
77
//
88
// Use this to debug log with color and a "title" it's useful so you can search by logs with the same title;
9-
// To check logs related to some class you are testing.
9+
// To check logs related to some class you are testing;
1010
//
1111
public static void Log(object message, string title = "Log", Color? color = null){
1212
var c = color == null ? Color.yellow : color.Value;

0 commit comments

Comments
 (0)