We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5229cae commit cfcfafeCopy full SHA for cfcfafe
1 file changed
extensions/ql-vscode/src/cli.ts
@@ -680,7 +680,7 @@ export class CodeQLCliServer implements Disposable {
680
//TODO: figure out error handling for Assembler
681
return await new Promise((resolve) => {
682
const pipeline = chain([
683
- fs.createReadStream('/Users/marcjaramillo/MLH/jdk11-tainted-path.sarif'),
+ fs.createReadStream(interpretedResultsPath),
684
parser(),
685
pick({filter: 'runs.0.results'})
686
]);
0 commit comments