mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Fixing connection without saved password not connecting in Async Server Tree (#22535)
This commit is contained in:
@@ -305,8 +305,8 @@ export class TreeUpdateUtils {
|
||||
|
||||
// If the node update takes too long, reject the promise
|
||||
const nodeUpdateTimeout = () => {
|
||||
reject(new Error(nls.localize('objectExplorerTimeout', "Object Explorer expansion timed out for '{0}'", connection.databaseName)));
|
||||
cleanup();
|
||||
reject(new Error(nls.localize('objectExplorerTimeout', "Object Explorer expansion timed out for '{0}'", connection.databaseName)));
|
||||
}
|
||||
const nodeUpdateTimer = setTimeout(nodeUpdateTimeout, expansionTimeoutValueSec * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user