[Gekidou] update dependencies (#5691)

This commit is contained in:
Elias Nahum
2021-09-23 14:44:50 -03:00
committed by GitHub
parent c236cd9ab8
commit 4e0688aef5
52 changed files with 9253 additions and 24623 deletions

View File

@@ -187,7 +187,7 @@ export default class BaseDataOperator {
});
}
} catch (e) {
throw new DataOperatorException('batchRecords error ', e);
throw new DataOperatorException('batchRecords error ', e as Error);
}
};