Skip to content

Commit b04b3bf

Browse files
Reword packAdd output
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent a8f36ee commit b04b3bf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ export class CodeQLCliServer implements Disposable {
12301230
return this.runJsonCodeQlCliCommandWithAuthentication(
12311231
["pack", "add"],
12321232
args,
1233-
"Adding pack dependencies and installing them",
1233+
"Adding and installing pack dependencies.",
12341234
);
12351235
}
12361236

0 commit comments

Comments
 (0)