From b9c25499aa00bd7ad256c572a1dea394ba51754c Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:01:06 +0700 Subject: [PATCH] Update socket_io_provider.ts --- BACKEND/providers/socket_io_provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BACKEND/providers/socket_io_provider.ts b/BACKEND/providers/socket_io_provider.ts index 15a434c..b92f697 100644 --- a/BACKEND/providers/socket_io_provider.ts +++ b/BACKEND/providers/socket_io_provider.ts @@ -1121,7 +1121,7 @@ export class WebSocketIo { userOpenCLI: '', openCLI: false, listFeatureTested: [''], - output: line.config.output.slice(0, 5000) || '', + output: line.config.output.slice(-5000) || '', }, } as LineConnection) }