diff --git a/src/brulijam/log-receiver.lua b/src/brulijam/log-receiver.lua index 064d1d8..8466173 100644 --- a/src/brulijam/log-receiver.lua +++ b/src/brulijam/log-receiver.lua @@ -6,4 +6,6 @@ function listenForLogs() response = netw.receiveMessage() print("log: " .. response) end -end \ No newline at end of file +end + +listenForLogs() \ No newline at end of file