summaryrefslogtreecommitdiff
path: root/tests/integration/jsr_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-20 19:13:17 +0100
committerGitHub <noreply@github.com>2024-08-20 20:13:17 +0200
commit1f47248143b2298d38dbada5b431570c067ed663 (patch)
tree769aa2bf5ff4b9df106eb28f7402a2ba6378fed5 /tests/integration/jsr_tests.rs
parent07044547559cafe1a86afc0f1dec13967803eb11 (diff)
fix: adjust suggestion for lockfile regeneration (#25107)
Ref https://github.com/denoland/deno/pull/24436#issuecomment-2288568645
Diffstat (limited to 'tests/integration/jsr_tests.rs')
-rw-r--r--tests/integration/jsr_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/jsr_tests.rs b/tests/integration/jsr_tests.rs
index a9397af72..ef074987e 100644
--- a/tests/integration/jsr_tests.rs
+++ b/tests/integration/jsr_tests.rs
@@ -282,7 +282,7 @@ This could be caused by:
* the lock file may be corrupt
* the source itself may be corrupt
-Use the --lock-write flag to regenerate the lockfile or --reload to reload the source code from the server.
+Investigate the lockfile; delete it to regenerate the lockfile or --reload to reload the source code from the server.
", actual_integrity);
test_context
.new_command()