Skip to content

Commit 5229cae

Browse files
Fixed conflicts
2 parents ebf232e + c5f78e3 commit 5229cae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • extensions/ql-vscode/src

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,6 @@ export class CodeQLCliServer implements Disposable {
676676

677677
async interpretBqrs(metadata: QueryMetadata, resultsPath: string, interpretedResultsPath: string, sourceInfo?: SourceInfo): Promise<sarif.Log> {
678678
await this.runInterpretCommand(SARIF_FORMAT, metadata, resultsPath, interpretedResultsPath, sourceInfo);
679-
680679
try {
681680
//TODO: figure out error handling for Assembler
682681
return await new Promise((resolve) => {
@@ -1144,4 +1143,4 @@ export class CliVersionConstraint {
11441143
return this.isVersionAtLeast(CliVersionConstraint.CLI_VERSION_WITH_DATABASE_UNBUNDLE);
11451144
}
11461145

1147-
}
1146+
}

0 commit comments

Comments
 (0)