mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
util log
This commit is contained in:
@@ -904,6 +904,11 @@ export class Mattermost implements INodeType {
|
|||||||
console.log('####');
|
console.log('####');
|
||||||
console.dir(body);
|
console.dir(body);
|
||||||
console.log('####');
|
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
|
// Add all the other options to the request
|
||||||
const otherOptions = this.getNodeParameter('otherOptions', i) as IDataObject;
|
const otherOptions = this.getNodeParameter('otherOptions', i) as IDataObject;
|
||||||
Object.assign(body, otherOptions);
|
Object.assign(body, otherOptions);
|
||||||
|
|||||||
Reference in New Issue
Block a user