Changes
1 changed files (+3/-0)
-
-
@@ -103,6 +103,7 @@ }) catch {// TODO: Create and return appropriate error code return ExitCode.not_ok; }; server.free(); } }, .tsv => {
-
@@ -122,6 +123,7 @@ }) catch {// TODO: Create and return appropriate error code return ExitCode.not_ok; }; server.free(); } }, .jsonl => {
-
@@ -132,6 +134,7 @@ }) catch {// TODO: Create and return appropriate error code return ExitCode.not_ok; }; server.free(); } }, }
-