Reword packAdd output

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Elena Tanasoiu
2023-02-09 14:51:09 +00:00
parent a8f36ee9e8
commit b04b3bf33e

View File

@@ -1230,7 +1230,7 @@ export class CodeQLCliServer implements Disposable {
return this.runJsonCodeQlCliCommandWithAuthentication(
["pack", "add"],
args,
"Adding pack dependencies and installing them",
"Adding and installing pack dependencies.",
);
}