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
thrownewError(`Can't find dbscheme for current database in ${datasetFolder}`);
109
110
}
110
111
112
+
dbschemes.sort();
111
113
constdbscheme=dbschemes[0];
112
114
if(dbschemes.length>1){
113
-
logger.log(`Found multiple dbschemes in ${datasetFolder}; arbitrarily choosing the first, ${dbscheme}`);
115
+
Window.showErrorMessage(`Found multiple dbschemes in ${datasetFolder} during quick query; arbitrarily choosing the first, ${dbscheme}, to decide what library to use.`);
0 commit comments