From c9cdfe94c41254e6965e8eed81fc8bafa6377f50 Mon Sep 17 00:00:00 2001 From: puyajun Date: Thu, 20 Jan 2022 15:18:35 +0800 Subject: [PATCH] puyajun@huawei.com fix bug builder and builderParam Signed-off-by: puyajun Change-Id: I7e74a1350bc92b3d250236e3deeaa33625a52b22 --- compiler/src/process_component_build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/process_component_build.ts b/compiler/src/process_component_build.ts index efabe55..59d7756 100644 --- a/compiler/src/process_component_build.ts +++ b/compiler/src/process_component_build.ts @@ -228,7 +228,7 @@ function processExpressionStatementChange(node: ts.ExpressionStatement, nextNode } else { log.push({ type: LogType.ERROR, - message: `'${name}' should have a property decorated with @ builderparamThe .`, + message: `'${name}' should have a property decorated with @ builderparam .`, pos: node.getStart() }); }