aboutsummaryrefslogtreecommitdiff
path: root/src/install/lockfile.zig
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-10 18:50:46 -0700
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-10-10 18:50:46 -0700
commite9470121d2f2feeeebb449639319ea799e483075 (patch)
treed7f3c541cc8eeec6f16d167204b3e36274708f1b /src/install/lockfile.zig
parentee2e34866e3bc0d12ba5cb1d5041524776472d71 (diff)
downloadbun-dylan/github-api-option.tar.gz
bun-dylan/github-api-option.tar.zst
bun-dylan/github-api-option.zip
Diffstat (limited to '')
-rw-r--r--src/install/lockfile.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/install/lockfile.zig b/src/install/lockfile.zig
index 76f6fedc7..2a2e86514 100644
--- a/src/install/lockfile.zig
+++ b/src/install/lockfile.zig
@@ -1507,10 +1507,11 @@ pub fn verifyResolutions(this: *Lockfile, local_features: Features, remote_featu
} else {
if (failed_dep.version.tag == .github) {
Output.prettyErrorln(
- "<r><red>error<r><d>:<r> <b>{s}<r><d>@<b>{}<r><d> failed to resolve<r>\nIf this is a private repository set install.github.api to false in bunfig.toml\n\n",
+ "<r><red>error<r><d>:<r> <b>{s}<r><d>@<b>{}<r><d> failed to resolve<r>\nIf \"{s}\" is a private repository, set install.github.api to false in bunfig.toml\n\n",
.{
failed_dep.name.slice(string_buf),
failed_dep.version.literal.fmt(string_buf),
+ failed_dep.name.slice(string_buf),
},
);
} else {
lang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10 2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5 2023-09-12udate README.md (#5127)Gravatar Toby 1-1/+1 2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 17-18/+18 2023-09-12fix lifecycle docu (#5159)Gravatar Thomas Rupprecht 1-4/+4 2023-09-12Clean up Modules docGravatar Colin McDonnell 1-66/+73