From e9470121d2f2feeeebb449639319ea799e483075 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Tue, 10 Oct 2023 18:50:46 -0700 Subject: more docs --- src/install/lockfile.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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( - "error: {s}@{} failed to resolve\nIf this is a private repository set install.github.api to false in bunfig.toml\n\n", + "error: {s}@{} failed to resolve\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 { -- cgit v1.2.3