mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
fix parse standard out issue
This commit is contained in:
parent
dda8f14673
commit
d65e1a5d82
@ -195,7 +195,7 @@ export default ['$log', 'moment', function($log, moment){
|
||||
return _
|
||||
.zip(_.range(event.start_line + 1,
|
||||
event.end_line + 1),
|
||||
event.stdout.replace("\t", " ").split("\r\n").slice(0, -1));
|
||||
event.stdout.replace("\t", " ").split("\r\n")).slice(0, -1);
|
||||
},
|
||||
// public function that provides the parsed stdout line, given a
|
||||
// job_event
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user