Skip to content

Commit 6a9e6cc

Browse files
committed
System Touch
1 parent 38e1838 commit 6a9e6cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/commons/CommonRails.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,12 @@ public static void delayableFinePrinter(String text, int delay)
256256
Thread.sleep(20);
257257
}
258258

259-
// short pause before final print
259+
System.out.print("\u001B[0m");
260+
260261
Thread.sleep(200L);
261262

262263
System.out.println(text);
263264

264-
// reset terminal color state after animation
265265
System.out.print("\u001B[0m");
266266
}
267267
catch (Exception e)

0 commit comments

Comments
 (0)