Skip to content

Commit f8004a3

Browse files
author
Suhas Deshpande
committed
semi-colon
1 parent 8a11f15 commit f8004a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tsserver/watchEnvironment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ namespace ts.projectSystem {
201201
host.ensureFileOrFolder(ignoredEntity);
202202
host.checkTimeoutQueueLength(0);
203203
verifyProject();
204-
})
204+
});
205205

206206
function verifyProject() {
207207
checkWatchedDirectories(host, emptyArray, /*recursive*/ true);

0 commit comments

Comments
 (0)