Skip to content
Snippets Groups Projects
Commit 0894bfc1 authored by Leo's avatar Leo
Browse files

chore: increase ascii art delay on startup

parent 6da29f8a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ public class Styve {
if (!disableInfoMessages) {
printStyve();
Terminal.build(" Styve v0.1 ").pill(Terminal.PillType.PRIMARY).center(80).commit().out();
Thread.sleep(1000);
Thread.sleep(5000);
}
if (filename == null) {
System.out.println("Usage: java Main [--debug] [-p] [-pp] [-ni] <filename>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment