mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 06:39:18 +00:00
重命名文件夹
This commit is contained in:
parent
27e25d9258
commit
6a8d4f5b9c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user