Skip to content

Commit cfcfafe

Browse files
Replace hardcoded path with interpretedResultsPath
1 parent 5229cae commit cfcfafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extensions/ql-vscode/src

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export class CodeQLCliServer implements Disposable {
680680
//TODO: figure out error handling for Assembler
681681
return await new Promise((resolve) => {
682682
const pipeline = chain([
683-
fs.createReadStream('/Users/marcjaramillo/MLH/jdk11-tainted-path.sarif'),
683+
fs.createReadStream(interpretedResultsPath),
684684
parser(),
685685
pick({filter: 'runs.0.results'})
686686
]);

0 commit comments

Comments
 (0)