Update extensions/ql-vscode/src/remote-queries/remote-queries-manager.ts

Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
This commit is contained in:
Shati Patel
2022-05-11 16:28:45 +01:00
parent b840d3f9bf
commit 0a06452450

View File

@@ -309,7 +309,7 @@ export class RemoteQueriesManager extends DisposableObject {
if (!queryHistoryItem || queryHistoryItem.t !== 'remote') {
throw new Error('No variant analysis results currently open. To open results, click an item in the query history view.');
} else if (!queryHistoryItem.completed) {
throw new Error('Variant analysis results are not yet available. Wait for results to be downloaded.');
throw new Error('Variant analysis results are not yet available.');
}
const queryId = queryHistoryItem.queryId;