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}`);
290
+
}
291
+
292
+
dbschemes.sort();
293
+
constdbscheme=dbschemes[0];
294
+
if(dbschemes.length>1){
295
+
Window.showErrorMessage(`Found multiple dbschemes in ${datasetFolder} during quick query; arbitrarily choosing the first, ${dbscheme}, to decide what library to use.`);
thrownewError(`Can't find dbscheme for current database in ${datasetFolder}`);
135
-
}
136
-
137
-
dbschemes.sort();
138
-
constdbscheme=dbschemes[0];
139
-
if(dbschemes.length>1){
140
-
Window.showErrorMessage(`Found multiple dbschemes in ${datasetFolder} during quick query; arbitrarily choosing the first, ${dbscheme}, to decide what library to use.`);
0 commit comments