Skip to content

Commit 6fd3d20

Browse files
author
Stephan Brandauer
committed
fix typo
1 parent aca005a commit 6fd3d20

File tree

1 file changed

+1
-1
lines changed
  • extensions/ql-vscode/src/codeql-cli

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/codeql-cli/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ export class CodeQLCliServer implements Disposable {
16341634
args.push(
16351635
// Allow prerelease packs from the ql submodule.
16361636
"--allow-prerelease",
1637-
// Allow the use of --additional-packs argument without issueing a warning
1637+
// Allow the use of --additional-packs argument without issuing a warning
16381638
"--no-strict-mode",
16391639
...this.getAdditionalPacksArg(workspaceFolders),
16401640
);

0 commit comments

Comments
 (0)