This commit is contained in:
aozhiwei 2023-07-14 16:18:45 +08:00
parent 92a673dd16
commit efcbd953a7

View File

@ -92,7 +92,7 @@ class DbEventProcess extends BaseService {
this.getContractAddress()
]);
if (err) {
throw err;
throw new Error(err);
}
if (rows.length > 0) {
this.progInfo['procEventCount'] += rows.length;