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
redactableError`No bundled model editor query found for language ${language}`,
47
51
);
@@ -70,6 +74,7 @@ export async function runModelEditorQueries(
70
74
{
71
75
cliServer,
72
76
queryRunner,
77
+
logger,
73
78
databaseItem,
74
79
language,
75
80
queryStorageDir,
@@ -110,7 +115,7 @@ export async function runModelEditorQueries(
110
115
);
111
116
if(!queryPath){
112
117
voidshowAndLogExceptionWithTelemetry(
113
-
extLogger,
118
+
logger,
114
119
telemetryListener,
115
120
redactableError`The ${mode} model editor query could not be found. Try re-opening the model editor. If that doesn't work, try upgrading the CodeQL libraries.`,
116
121
);
@@ -147,6 +152,7 @@ export async function runModelEditorQueries(
147
152
148
153
constbqrsChunk=awaitreadQueryResults({
149
154
cliServer,
155
+
logger,
150
156
bqrsPath: completedQuery.outputDir.bqrsPath,
151
157
});
152
158
if(!bqrsChunk){
@@ -164,17 +170,19 @@ export async function runModelEditorQueries(
0 commit comments