Skip to content

Commit 3a7ef26

Browse files
authored
Update PackageBrowser.js
1 parent 1b2ec96 commit 3a7ef26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/class/qxl/packagebrowser/PackageBrowser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ qx.Class.define("qxl.packagebrowser.PackageBrowser", {
967967
<ul>
968968
<li><a target="_blank" href="${newPackageIssueUrl}">Create an issue in the package repo</a>;</li>
969969
<li>If you think that a compiler bug is concerned, <a target="_blank" href="${newCompilerIssueUrl}">create an issue in the compiler repo</a>;</li>
970+
<li>If the problem concerns a dependency of this package, try upgrading the dependent package to its most recent compatible version; if that doesn't help, contact the package author;</li>
970971
<li>Or, if you are unsure, <a target="_blank" href="https://gitter.im/qooxdoo/qooxdoo">report the problems on Gitter</a>.</li>
971972
</ul>`;
972973
return html;

0 commit comments

Comments
 (0)