getLoadedModules.js 105 B

12
  1. console.log("List all loaded modules and its launch info");
  2. sendJSONResp(JSON.stringify(LOADED_MODULES));