Remove deprecated methods

This commit is contained in:
Alex Dima
2016-06-24 15:04:13 +02:00
parent 17ed630b97
commit 553eae98a7
4 changed files with 12 additions and 96 deletions

View File

@@ -129,10 +129,10 @@ function monacodtsTask(out, isWatch) {
clearTimeout(timer);
timer = -1;
}
if (reporter.hasErrors()) {
monacodts.complainErrors();
return;
}
// if (reporter.hasErrors()) {
// monacodts.complainErrors();
// return;
// }
var result = monacodts.run(out);
if (!result.isTheSame) {
if (isWatch) {