Skip to content

Commit 3a1d60e

Browse files
committed
Modify comment.
1 parent b04c3c4 commit 3a1d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ export class DefaultClient implements Client {
17021702
}
17031703
}
17041704

1705-
// Wait 1 seconds to allow time for the file watcher to signal a crash call stack write.
1705+
// Wait 1 seconds to allow time for the file watcher to signal a crash call stack write has occurred.
17061706
setTimeout(() => {
17071707
telemetry.logLanguageServerEvent("languageClientCrash", undefined, {
17081708
restarting: Number(restart),

0 commit comments

Comments
 (0)