Skip to content

Commit f3c2862

Browse files
author
Dave Bartolomeo
committed
Fix lint error
1 parent 855cb48 commit f3c2862

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
@@ -683,7 +683,7 @@ export class CodeQLCliServer implements Disposable {
683683
const subcommandArgs = [
684684
'--format=text',
685685
`--end-summary=${endSummaryPath}`,
686-
`--sourcemap`,
686+
'--sourcemap',
687687
inputPath,
688688
outputPath
689689
];

0 commit comments

Comments
 (0)