1
This commit is contained in:
parent
92a673dd16
commit
efcbd953a7
@ -92,7 +92,7 @@ class DbEventProcess extends BaseService {
|
|||||||
this.getContractAddress()
|
this.getContractAddress()
|
||||||
]);
|
]);
|
||||||
if (err) {
|
if (err) {
|
||||||
throw err;
|
throw new Error(err);
|
||||||
}
|
}
|
||||||
if (rows.length > 0) {
|
if (rows.length > 0) {
|
||||||
this.progInfo['procEventCount'] += rows.length;
|
this.progInfo['procEventCount'] += rows.length;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user