From 6aaeeff9a4c8a0560a67c832e64de578e1877bfd Mon Sep 17 00:00:00 2001 From: Daniel Scalzi Date: Tue, 12 Nov 2024 15:14:59 -0500 Subject: [PATCH] Update comment. --- app/assets/js/processbuilder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/js/processbuilder.js b/app/assets/js/processbuilder.js index f64820b7e..8e2417828 100644 --- a/app/assets/js/processbuilder.js +++ b/app/assets/js/processbuilder.js @@ -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){