Skip to content

Commit e98b60c

Browse files
committed
Improves schema error reporting.
1 parent 5d6abbb commit e98b60c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/class/qxl/packagebrowser/PackageBrowser.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,9 @@ qx.Class.define("qxl.packagebrowser.PackageBrowser", {
944944
description:
945945
`The file <span class="code">$2</span> is not valid according to
946946
<a target="_blank" href="https://github.com/qooxdoo/qooxdoo-compiler/tree/master/source/resource/qx/tool/schema">
947-
the current JSON Schema</a>. The validation error is: <span class="code">$3</span>.`
947+
the current JSON Schema</a>
948+
(see documentation <a href="http://www.qooxdoo.org/docs/#/configuration/overview?id=configuration-files" target="_blank">
949+
here</a>). Validation errors are: <span class="code">$3</span>.`
948950
}
949951
];
950952
const explainMessages =

0 commit comments

Comments
 (0)