fix bug builder and builderParam

Signed-off-by: puyajun <puyajun@huawei.com>
Change-Id: I7e74a1350bc92b3d250236e3deeaa33625a52b22
This commit is contained in:
puyajun
2022-01-20 15:18:35 +08:00
parent 72395984ce
commit c9cdfe94c4
+1 -1
View File
@@ -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()
});
}