If you’re being literal: console.log(table) or output.inspect(table)
console.log(table)
output.inspect(table)
If you want to use an object like a table model in output.text() you have to pass an attribute, not the whole table (i.e. table.name)
output.text()
table.name
Um, have you tried output.inspect()?
output.inspect()
output.inspect(table);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.