diff --git a/code/utils/deploy-pokedex.js b/code/utils/deploy-pokedex.js index 61f4416..0032b6f 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 (error) { + } catch () { // If SFTP fails, fall back to cat method console.log( ` ⚠️ SFTP failed for ${path.basename(file.local)}, using cat fallback...`