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 c5b4ee7 commit 605adcaCopy full SHA for 605adca
src/cli/lib/localDeployment/errors.ts
@@ -7,9 +7,8 @@ export function printLocalDeploymentOnError() {
7
// ctx.crash.
8
logFailure(`Hit an error while running local deployment.`);
9
logMessage(
10
- "Your error has been reported to our team, and we'll be working on it.",
11
- );
12
- logMessage(
13
- "To opt out, run `npx convex disable-local-deployments`. Then re-run your original command.",
+ "Your error has been reported to our team, and we'll be working on it. " +
+ "To opt out, run `npx convex disable-local-deployments`. " +
+ "Then re-run your original command.",
14
);
15
}
0 commit comments