Skip to content

Commit 0a06452

Browse files
shati-patelcharisk
andcommitted
Update extensions/ql-vscode/src/remote-queries/remote-queries-manager.ts
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
1 parent b840d3f commit 0a06452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export class RemoteQueriesManager extends DisposableObject {
309309
if (!queryHistoryItem || queryHistoryItem.t !== 'remote') {
310310
throw new Error('No variant analysis results currently open. To open results, click an item in the query history view.');
311311
} else if (!queryHistoryItem.completed) {
312-
throw new Error('Variant analysis results are not yet available. Wait for results to be downloaded.');
312+
throw new Error('Variant analysis results are not yet available.');
313313
}
314314

315315
const queryId = queryHistoryItem.queryId;

0 commit comments

Comments
 (0)