mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 08:58:50 +00:00
preparation for parsing build output to ansi format
This commit is contained in:
parent
79b83025a8
commit
7a668b79c7
1 changed files with 9 additions and 0 deletions
|
@ -98,6 +98,15 @@
|
||||||
$scope.error = err;
|
$scope.error = err;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// var convert = new Filter({stream:true,newline:false});
|
||||||
|
// var term = document.getElementById("term")
|
||||||
|
// var stdout = document.getElementById("stdout").innerText.split("\n")
|
||||||
|
// stdout.forEach(function(line, i) {
|
||||||
|
// setTimeout(function () {
|
||||||
|
// term.innerHTML += convert.toHtml(line+"\n");
|
||||||
|
// }, i*i);
|
||||||
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
angular
|
angular
|
||||||
|
|
Loading…
Reference in a new issue