aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ConsoleInput.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ConsoleInput.hx')
-rw-r--r--src/server/ConsoleInput.hx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/ConsoleInput.hx b/src/server/ConsoleInput.hx
index 119d87e..4ae729c 100644
--- a/src/server/ConsoleInput.hx
+++ b/src/server/ConsoleInput.hx
@@ -135,8 +135,9 @@ class ConsoleInput {
case LogList:
Utils.ensureDir(main.logsDir);
- final names = FileSystem.readDirectory(main.logsDir)
- .filter(s -> s.endsWith(".json"));
+ final names = FileSystem.readDirectory(main.logsDir).filter(s -> {
+ return s.endsWith(".json");
+ });
for (name in names) {
trace(Path.withoutExtension(name));
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage