mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
util log
This commit is contained in:
parent
2988a2bdaf
commit
018d58c9c4
|
@ -904,6 +904,11 @@ export class Mattermost implements INodeType {
|
|||
console.log('####');
|
||||
console.dir(body);
|
||||
console.log('####');
|
||||
console.log('****');
|
||||
const util = require('util');
|
||||
console.log(util.inspect(body, false, null, true /* enable colors */));
|
||||
//console.dir(body);
|
||||
console.log('****');
|
||||
// Add all the other options to the request
|
||||
const otherOptions = this.getNodeParameter('otherOptions', i) as IDataObject;
|
||||
Object.assign(body, otherOptions);
|
||||
|
|
Loading…
Reference in a new issue