Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 6357e8a

Browse files
committed
Remove uneeded line
1 parent d5c49b2 commit 6357e8a

File tree

1 file changed

+0
-1
lines changed
  • codeql-learninglab-check/package/src

1 file changed

+0
-1
lines changed

codeql-learninglab-check/package/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ function isConfig(config: any): config is Config {
292292
const result = await execFile('codeql', ['query', 'run', '-d', databasePath, query, '-o', bqrsOutput]);
293293
console.log(result.stderr);
294294
console.log(result.stdout);
295-
`codeql bqrs decode --entities=url,string output/results.bqrs --format=csv --output=output/results.csv`
296295
const csvOutput = csvPath(query);
297296
await execFile('codeql', ['bqrs', 'decode', '--entities=url,string', bqrsOutput, '--format=csv', `--output=${csvOutput}`]);
298297
const expectedCSV = path.join(CONFIG_PATH, config.expectedResults[query]);

0 commit comments

Comments
 (0)