()
| 14178 | updatePwnagotchiUI(result.status); |
| 14179 | } else { |
| 14180 | refreshPwnagotchiStatus({ silent: true }); |
| 14181 | } |
| 14182 | } catch (error) { |
| 14183 | console.error('Failed to schedule Pwnagotchi swap:', error); |
| 14184 | addConsoleMessage(`Swap failed: ${error.message}`, 'error'); |
| 14185 | } finally { |
| 14186 | updatePwnButtons(); |
| 14187 | } |
| 14188 | } |
| 14189 |
nothing calls this directly
no test coverage detected