Update socket_io_provider.ts
This commit is contained in:
parent
e962437c49
commit
b9c25499aa
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue