mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 03:55:23 -04:00
fix bug builder and builderParam Signed-off-by: puyajun <puyajun@huawei.com> Change-Id: I7e74a1350bc92b3d250236e3deeaa33625a52b22
This commit is contained in:
@@ -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()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user