mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added generated amount to debug logs
This commit is contained in:
parent
8a01e7a076
commit
54eb3e5b08
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue