Update comment.

This commit is contained in:
Daniel Scalzi 2024-11-12 15:14:59 -05:00
parent 9cca37ca8a
commit 6aaeeff9a4
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5

View File

@ -859,7 +859,7 @@ class ProcessBuilder {
* Recursively resolve the path of each library required by this module.
*
* @param {Object} mdl A module object from the server distro index.
* @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.
*/
_resolveModuleLibraries(mdl){
if(!mdl.subModules.length > 0){