From b0975519d1fd481a68d818e965aca939f61068bd Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 01:07:33 -0300 Subject: [PATCH] test: add wrap test str --- lua/CC Tweaked/tutel/tutel-host.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 7cb3de9..741e1c2 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -356,6 +356,7 @@ end ]] log.general("tutel host init") log.info("broadcasting SCAN") +log.info("very very long message that should get wrapped i think hopefully yeah maybe okay lets just hope ok thx") sendToAll("SCAN", { ["hostChannel"] = HOST_CHANNEL }) while true do