@abaplint/core 2.119.50 → 2.119.51
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.
package/build/src/registry.js
CHANGED
|
@@ -49,7 +49,7 @@ See recognized syntax at https://syntax.abaplint.org`,
|
|
|
49
49
|
}
|
|
50
50
|
else {
|
|
51
51
|
const tok = statement.getFirstToken();
|
|
52
|
-
const message = "Statement does not exist in
|
|
52
|
+
const message = "Statement does not exist in the configured ABAP version(or a parser error), \"" + tok.getStr() + "\"";
|
|
53
53
|
const issue = issue_1.Issue.atStatement(file, statement, message, this.getMetadata().key, this.conf.severity);
|
|
54
54
|
issues.push(issue);
|
|
55
55
|
}
|