We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca37c commit 6aaeeffCopy full SHA for 6aaeeff
app/assets/js/processbuilder.js
@@ -859,7 +859,7 @@ class ProcessBuilder {
859
* Recursively resolve the path of each library required by this module.
860
*
861
* @param {Object} mdl A module object from the server distro index.
862
- * @returns {{[id: string]: string}} An object containing the paths of each library this server requires.
+ * @returns {{[id: string]: string}} An object containing the paths of each library this module requires.
863
*/
864
_resolveModuleLibraries(mdl){
865
if(!mdl.subModules.length > 0){
0 commit comments