Skip to content

Commit

Permalink
Improves schema error reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulanger committed Aug 2, 2019
1 parent 5d6abbb commit e98b60c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/class/qxl/packagebrowser/PackageBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,9 @@ qx.Class.define("qxl.packagebrowser.PackageBrowser", {
description:
`The file <span class="code">$2</span> is not valid according to
<a target="_blank" href="https://github.com/qooxdoo/qooxdoo-compiler/tree/master/source/resource/qx/tool/schema">
the current JSON Schema</a>. The validation error is: <span class="code">$3</span>.`
the current JSON Schema</a>
(see documentation <a href="http://www.qooxdoo.org/docs/#/configuration/overview?id=configuration-files" target="_blank">
here</a>). Validation errors are: <span class="code">$3</span>.`
}
];
const explainMessages =
Expand Down

0 comments on commit e98b60c

Please sign in to comment.