We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3512511 commit 7812e51Copy full SHA for 7812e51
src/compiler/watch.ts
@@ -35,7 +35,7 @@ namespace ts {
35
];
36
37
/**
38
- * @returns Whether the screen was cleared.
+ * @returns Whether the screen was cleared.
39
*/
40
function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: CompilerOptions): boolean {
41
if (system.clearScreen &&
0 commit comments