File tree Expand file tree Collapse file tree
extensions/ql-vscode/src/contextual Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ export async function resolveQueries(
9393 const keyTypeTag = tagOfKeyType ( keyType ) ;
9494 const joinedPacksToSearch = packsToSearch . join ( ", " ) ;
9595 const error = redactableError `No ${ keyTypeName } queries (tagged "${ keyTypeTag } ") could be found in the \
96- current library path (tried searching the following packs: ${ joinedPacksToSearch } ). \
97- Try upgrading the CodeQL libraries. If that doesn't work, then ${ keyTypeName } queries are not yet available \
98- for this language.`;
96+ current library path (tried searching the following packs: ${ joinedPacksToSearch } ). \
97+ Try upgrading the CodeQL libraries. If that doesn't work, then ${ keyTypeName } queries are not yet available \
98+ for this language.` ;
9999
100100 void showAndLogExceptionWithTelemetry ( error ) ;
101101 throw error ;
You can’t perform that action at this time.
0 commit comments