i accidentally removed the "-1" from this check, adding it back in

This commit is contained in:
jaredevantabor 2017-01-26 16:29:12 -08:00
parent 8ec7808751
commit 6df36ce038

View File

@ -330,7 +330,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
$scope.events[mungedEvent.counter]
.event = mungedEvent;
if (mungedEvent.stdout.indexOf("not_skeleton")) {
if (mungedEvent.stdout.indexOf("not_skeleton") > -1) {
// put non-duplicate lines into the standard
// out pane where they should go (within the
// right header section, before the next line