Update socket_io_provider.ts

This commit is contained in:
nguyentrungthat 2026-02-09 15:01:06 +07:00
parent e962437c49
commit b9c25499aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}