mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added Apple touch icon.
This commit is contained in:
@@ -2167,7 +2167,7 @@ function createMeshCore(agent) {
|
||||
case 'cancel':
|
||||
// TODO: Cancel zip operation if present
|
||||
//sendConsoleText('Cancel operation');
|
||||
this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); });
|
||||
try { this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); }); } catch (ex) { }
|
||||
break;
|
||||
default:
|
||||
// Unknown action, ignore it.
|
||||
|
||||
Reference in New Issue
Block a user