wingbot 3.52.2-alpha.3 → 3.52.2-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.52.2-alpha.3",
3
+ "version": "3.52.2-alpha.4",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -568,6 +568,7 @@ class ReturnSender {
568
568
  .log(this._senderId, sent, incomming, meta));
569
569
  }
570
570
  } catch (e) {
571
+ console.log('meta', meta); // eslint-disable-line no-console
571
572
  await Promise.resolve(reportError(e, this._incommingMessage, this._senderId));
572
573
  }
573
574