We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b358f11 commit 258cb55Copy full SHA for 258cb55
1 file changed
extensions/ql-vscode/src/legacy-query-server/run-queries.ts
@@ -292,7 +292,7 @@ function translateLegacyResult(
292
break;
293
case messages.QueryResultType.TIMEOUT:
294
// This is the only legacy result type that doesn't exist for the new query server. Format the
295
- // messasge here, and let the later code treat it as `OTHER_ERROR`.
+ // message here, and let the later code treat it as `OTHER_ERROR`.
296
newResultType = newMessages.QueryResultType.OTHER_ERROR;
297
newMessage = `timed out after ${Math.round(
298
legacyResult.evaluationTime / 1000,
0 commit comments