Skip to content

Commit b2ba403

Browse files
committed
Improve error logs cli message
1 parent 1d47cab commit b2ba403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
508508
await preExitTasks();
509509

510510
if (finishedDeployment.errorData.stderr) {
511-
log.error(`stderr:\n${finishedDeployment.errorData.stderr}`);
511+
log.error(`Error logs:\n${finishedDeployment.errorData.stderr}`);
512512
}
513513

514514
throw new SkipLoggingError(

0 commit comments

Comments
 (0)