进行12小时稳定性测试,出现jscrash问题

Signed-off-by: yuwenzheng <yuwenzheng3@h-partners.com>
This commit is contained in:
yuwenzheng 2024-04-22 10:31:25 +08:00 committed by ywz
parent e05802f517
commit 0d6148b9a5

View File

@ -254,7 +254,7 @@ export default class AccountsModel {
inputData.onSetData(passType, uint8PW);
}
})
} catch(error) {
} catch(e) {
console.error(`registerInputer failed, code is ${e.code}, message is ${e.message}`);
}