devMac in wf

This commit is contained in:
jokob-sk
2025-06-07 07:14:04 +10:00
parent d6260e6fb2
commit 1e13bf6629
5 changed files with 13 additions and 7 deletions

View File

@@ -1534,7 +1534,7 @@ const handleFailure = (callName, callback) => {
msg = `AJAX call ${callName} failed`
console.error(msg);
// Implement retry logic here if needed
write_notification(msg, 'interrupt')
// write_notification(msg, 'interrupt')
};
// -----------------------------------------------------------------------------