@abaplint/core 2.120.12 → 2.120.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -70,7 +70,7 @@ class Write {
|
|
|
70
70
|
if (target) {
|
|
71
71
|
const targetType = target_1.Target.runSyntax(target, input);
|
|
72
72
|
if (new _type_utils_1.TypeUtils(input.scope).isCharLikeField(targetType) === false) {
|
|
73
|
-
const message = `"${target.
|
|
73
|
+
const message = `"${target.concatTokens()}" must be a character-like field (data type C, N, D, or T, got "${targetType === null || targetType === void 0 ? void 0 : targetType.constructor.name}")`;
|
|
74
74
|
input.issues.push((0, _syntax_input_1.syntaxIssue)(input, target.getFirstToken(), message));
|
|
75
75
|
}
|
|
76
76
|
}
|
package/build/src/registry.js
CHANGED