mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
preparation for parsing build output to ansi format
This commit is contained in:
parent
79b83025a8
commit
7a668b79c7
@ -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 New Issue
Block a user