preparation for parsing build output to ansi format

This commit is contained in:
Brad Rydzewski 2015-04-21 15:48:26 -07:00
parent 79b83025a8
commit 7a668b79c7

View file

@ -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