improve js debug comment
This commit is contained in:
parent
888fa51cd7
commit
e5872f4b67
|
|
@ -267,7 +267,7 @@ $.fn.inventreeTable = function(options) {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
console.log('Could not get list of visible columns!');
|
||||
console.log(`Could not get list of visible columns for column '${tableName}'`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue