mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Remove deprecated methods
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user