Update socket_io_provider.ts
This commit is contained in:
parent
e962437c49
commit
b9c25499aa
|
|
@ -1121,7 +1121,7 @@ export class WebSocketIo {
|
||||||
userOpenCLI: '',
|
userOpenCLI: '',
|
||||||
openCLI: false,
|
openCLI: false,
|
||||||
listFeatureTested: [''],
|
listFeatureTested: [''],
|
||||||
output: line.config.output.slice(0, 5000) || '',
|
output: line.config.output.slice(-5000) || '',
|
||||||
},
|
},
|
||||||
} as LineConnection)
|
} as LineConnection)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue