mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Minor fixes
This commit is contained in:
@@ -61,7 +61,7 @@ class DiagnosticsMonitor {
|
||||
return this.waitForUpdatedDiagnostics()
|
||||
}
|
||||
|
||||
private async waitForUpdatedDiagnostics(timeout: number = 500): Promise<FileDiagnostics> {
|
||||
private async waitForUpdatedDiagnostics(timeout: number = 300): Promise<FileDiagnostics> {
|
||||
return new Promise((resolve, reject) => {
|
||||
const timer = setTimeout(() => {
|
||||
cleanup()
|
||||
|
||||
Reference in New Issue
Block a user