Build 2022.6.0rc2
This commit is contained in:
@@ -12,6 +12,6 @@ class Error:
|
||||
@staticmethod
|
||||
def warn(message: str):
|
||||
Console.set_foreground_color(ForegroundColorEnum.yellow)
|
||||
Console.write_line(message)
|
||||
Console.write_line(message, '\n')
|
||||
Console.set_foreground_color(ForegroundColorEnum.default)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user