Skip to content

Commit 8df2b66

Browse files
Update CommandLineHandler.hx
1 parent 831270d commit 8df2b66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/funkin/system/CommandLineHandler.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class CommandLineHandler {
4040
Sys.exit(0);
4141
}
4242
#end
43-
case "-livereload"
43+
case "-livereload":
44+
// do nothing
4445
default:
4546
Sys.println("Unknown command");
4647
}

0 commit comments

Comments
 (0)