refactor(shared,config): remove redundant null checks and AI slop from code comments

This commit is contained in:
YeonGyu-Kim
2026-04-03 19:39:55 +09:00
parent d0f795dd8f
commit e0feb16dab
9 changed files with 10 additions and 48 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export function migrateConfigFile(
fs.copyFileSync(configPath, backupPath)
backupSucceeded = true
} catch {
// Original file may not exist yet — skip backup
backupSucceeded = false
}
let writeSucceeded = false