add basic controller auth

This commit is contained in:
rafiarrafif
2025-05-07 23:56:18 +07:00
parent fb1654e048
commit cb7757a83b
8 changed files with 22 additions and 3 deletions

View File

@ -23,7 +23,7 @@ for (const folder of readdirSync(modulesPath, { withFileTypes: true })) {
}
} catch (error) {
console.warn(
`Module ${folder.name} not found. Please check the module path or name.`
`Module ${folder.name} not found. Please check the module path or name: ${error}`
);
}
}