Build 2022.6.0rc2

This commit is contained in:
2022-06-27 21:48:15 +02:00
parent 4083ac0c14
commit 9fdaa810c0
46 changed files with 87 additions and 87 deletions

View File

@@ -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)