diff --git a/broker.ts b/broker.ts index 3b1f1dd..1b5fd83 100644 --- a/broker.ts +++ b/broker.ts @@ -78,6 +78,6 @@ function html(input: string): string { //TODO: process every line... function processLine(input: string): string { - return input; + return input + "\n"; } \ No newline at end of file