Update compile_config.js

This commit is contained in:
syuilo 2025-12-04 15:28:40 +09:00 committed by GitHub
parent fbe3966b29
commit 321c361559
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const OUTPUT_PATH = resolve(_dirname, '../../../built/.config.json');
function yamlToJson(ymlPath) {
if (!fs.existsSync(ymlPath)) {
console.warn(`YAML file not found: ${ymlPath}`);
process.exit(1);
return;
}
console.log(`${ymlPath}${OUTPUT_PATH}`);