Remove debugger;

This commit is contained in:
Ryan Cavanaugh 2017-07-27 17:01:18 -07:00
parent 253cde4907
commit e83a8ea2fc

View File

@ -347,7 +347,6 @@ namespace ts.projectSystem {
projectService.checkNumberOfProjects({ externalProjects: 1 });
checkProjectActualFiles(p, [file1.path, file2.path, file3.path]);
debugger;
installer.installAll(/*expectedCount*/ 1);
checkNumberOfProjects(projectService, { externalProjects: 1 });