log
This commit is contained in:
@ -16,6 +16,7 @@ Validator.useLang("en")
|
|||||||
const devices = []
|
const devices = []
|
||||||
|
|
||||||
async function commitMessage(now, logDevice) {
|
async function commitMessage(now, logDevice) {
|
||||||
|
console.log("Start commitMessage : ", logDevice.device_id)
|
||||||
try {
|
try {
|
||||||
if (!logDevice.original_hex) {
|
if (!logDevice.original_hex) {
|
||||||
return false
|
return false
|
||||||
@ -264,6 +265,7 @@ async function commitMessage(now, logDevice) {
|
|||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
|
console.log("Error commitMessage : ", logDevice.device_id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user