mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Fix typo after merge conflict
This commit is contained in:
parent
88c4feb3ae
commit
16ad68a6b0
@ -434,7 +434,7 @@ function JobOutput({
|
||||
const firstIndex = fetchedEvents.findIndex(
|
||||
jobEvent => jobEvent.counter === 1
|
||||
);
|
||||
if (firstIndex && fetchedResults[firstIndex]?.stdout) {
|
||||
if (firstIndex && fetchedEvents[firstIndex]?.stdout) {
|
||||
const stdoutLines = fetchedEvents[firstIndex].stdout.split('\r\n');
|
||||
stdoutLines[0] = tracebackEvent.stdout;
|
||||
fetchedEvents[firstIndex].stdout = stdoutLines.join('\r\n');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user