mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 15:15:53 -05:00
Authenticode.js error handling fix.
This commit is contained in:
parent
4887b7612b
commit
de3d47e948
@ -491,6 +491,7 @@ function createAuthenticodeHandler(path) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Post the data
|
// Post the data
|
||||||
|
req.on('error', function (err) { func('' + err); });
|
||||||
req.write(requestBody);
|
req.write(requestBody);
|
||||||
req.end();
|
req.end();
|
||||||
}
|
}
|
||||||
@ -1317,6 +1318,7 @@ function createAuthenticodeHandler(path) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Post the data
|
// Post the data
|
||||||
|
req.on('error', function (err) { func('' + err); });
|
||||||
req.write(requestBody);
|
req.write(requestBody);
|
||||||
req.end();
|
req.end();
|
||||||
}
|
}
|
||||||
@ -1622,6 +1624,7 @@ function createAuthenticodeHandler(path) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Post the data
|
// Post the data
|
||||||
|
req.on('error', function (err) { func('' + err); });
|
||||||
req.write(requestBody);
|
req.write(requestBody);
|
||||||
req.end();
|
req.end();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user