improve js debug comment

This commit is contained in:
Oliver Walters 2021-09-03 23:16:35 +10:00
parent 888fa51cd7
commit e5872f4b67

View File

@ -267,7 +267,7 @@ $.fn.inventreeTable = function(options) {
} }
}); });
} else { } else {
console.log('Could not get list of visible columns!'); console.log(`Could not get list of visible columns for column '${tableName}'`);
} }
} }