Skip to content

Commit e83a8ea

Browse files
committed
Remove debugger;
1 parent 253cde4 commit e83a8ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/harness/unittests/typingsInstaller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ namespace ts.projectSystem {
347347
projectService.checkNumberOfProjects({ externalProjects: 1 });
348348
checkProjectActualFiles(p, [file1.path, file2.path, file3.path]);
349349

350-
debugger;
351350
installer.installAll(/*expectedCount*/ 1);
352351

353352
checkNumberOfProjects(projectService, { externalProjects: 1 });

0 commit comments

Comments
 (0)