We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58510d4 commit 6fcdfd7Copy full SHA for 6fcdfd7
src/lib/resolve-target.ts
@@ -795,7 +795,7 @@ export async function resolveProjectBySlug(
795
if (found.length === 0) {
796
throw new ContextError(`Project "${projectSlug}"`, usageHint, [
797
isAllDigits(projectSlug)
798
- ? "Numeric project IDs are not supported — use the project slug instead"
+ ? "No project with this ID was found — check the ID or use the project slug instead"
799
: "Check that you have access to a project with this slug",
800
]);
801
}
0 commit comments