Added generated amount to debug logs

This commit is contained in:
Simon Backx 2023-12-13 13:41:40 +01:00 committed by Simon Backx
parent 8a01e7a076
commit 54eb3e5b08

View File

@ -56,7 +56,7 @@ class TableImporter {
async importForEach(models = [], amount) {
const data = [];
debug (`Generating data for ${models.length} models for ${this.name}`);
debug (`Generating data for ${models.length} models x ${amount} for ${this.name}`);
const now = Date.now();
for (const model of models) {