diff --git a/beacon_chain/consensus_object_pools/vanity_logs/pandas.nim b/beacon_chain/consensus_object_pools/vanity_logs/pandas.nim index e69f41e97..c38a3291a 100644 --- a/beacon_chain/consensus_object_pools/vanity_logs/pandas.nim +++ b/beacon_chain/consensus_object_pools/vanity_logs/pandas.nim @@ -17,9 +17,9 @@ type # Created by http://beatscribe.com/ (beatscribe#1008 on Discord) # These need to be the main body of the log not to be reformatted or escaped. -proc mono🐼() = notice "text-version.txt".staticRead -proc color🐼() = notice "color-version.ans".staticRead -proc blink🐼() = notice "blink-version.ans".staticRead +proc mono🐼() = notice "\n" & "text-version.txt".staticRead +proc color🐼() = notice "\n" & "color-version.ans".staticRead +proc blink🐼() = notice "\n" & "blink-version.ans".staticRead func getPandas*(stdoutKind: StdoutLogKind): VanityLogs = case stdoutKind