diff --git a/code/utils/deploy-pokedex.js b/code/utils/deploy-pokedex.js index 0032b6f..d8866e0 100644 --- a/code/utils/deploy-pokedex.js +++ b/code/utils/deploy-pokedex.js @@ -358,7 +358,7 @@ async function deploy() { try { await ssh.putFile(file.local, file.remote); console.log(` ✅ ${path.basename(file.local)}`); - } catch () { + } catch { // If SFTP fails, fall back to cat method console.log( ` ⚠️ SFTP failed for ${path.basename(file.local)}, using cat fallback...`