You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helpers.showAndLogInformationMessage(`Storing query server logs to user-specified directory: ${this.config.customLogDirectory}.`);
97
99
storagePath=this.config.customLogDirectory;
98
100
isCustomLogDirectory=true;
99
-
}elseif(this.config.customLogDirectory){
101
+
}catch(e){
100
102
helpers.showAndLogErrorMessage(`${this.config.customLogDirectory} is not a valid directory. Logs will be stored in a temporary workspace directory instead.`);
0 commit comments