mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 04:32:23 +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;
|
||||
});
|
||||
};
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in a new issue