Skip to content

Commit 605adca

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Multiline the error in the local deployment CLI (#43184)
GitOrigin-RevId: 012cbcfbf72ce257440632c048ce10726a606bc3
1 parent c5b4ee7 commit 605adca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/cli/lib/localDeployment/errors.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export function printLocalDeploymentOnError() {
77
// ctx.crash.
88
logFailure(`Hit an error while running local deployment.`);
99
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.",
10+
"Your error has been reported to our team, and we'll be working on it. " +
11+
"To opt out, run `npx convex disable-local-deployments`. " +
12+
"Then re-run your original command.",
1413
);
1514
}

0 commit comments

Comments
 (0)