重命名文件夹

This commit is contained in:
Jerry 2025-05-12 16:21:02 +08:00
parent 27e25d9258
commit 6a8d4f5b9c
3 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const apps = {
const filePath = path.join(folderPath, file);
try {
//logger.debug(`尝试加载模块: ${moduleUrl}`);
logger.debug(`尝试加载模块: ${filePath}`);
const controllerModule = require(filePath);
const controller = controllerModule.default;