mirror of
https://github.com/smittix/intercept.git
synced 2026-06-21 11:48:28 -07:00
Merge branch 'smittix:main' into main
This commit is contained in:
@@ -107,7 +107,14 @@ var MorseMode = (function () {
|
||||
disconnectSSE();
|
||||
stopScope();
|
||||
})
|
||||
.catch(function () {});
|
||||
.catch(function (err) {
|
||||
console.error('Morse stop request failed:', err);
|
||||
// Reset UI regardless so the user isn't stuck
|
||||
state.running = false;
|
||||
updateUI(false);
|
||||
disconnectSSE();
|
||||
stopScope();
|
||||
});
|
||||
}
|
||||
|
||||
// ---- SSE ----
|
||||
|
||||
Reference in New Issue
Block a user