This commit is contained in:
Pringgosutono
2025-11-14 10:58:45 +07:00
parent 4c625757fc
commit 0369dad2f3

View File

@ -16,6 +16,7 @@ Validator.useLang("en")
const devices = []
async function commitMessage(now, logDevice) {
console.log("Start commitMessage : ", logDevice.device_id)
try {
if (!logDevice.original_hex) {
return false
@ -264,6 +265,7 @@ async function commitMessage(now, logDevice) {
}
} catch (e) {
console.error(e)
console.log("Error commitMessage : ", logDevice.device_id)
}
}