@ray-js/robot-data-stream 0.0.12-beta-1 → 0.0.12-beta-2

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/lib/api/p2pApi.js CHANGED
@@ -108,8 +108,7 @@ export default class P2pApi {
108
108
  },
109
109
  fail: params => {
110
110
  logger('warn', {
111
- msg: 'p2p connectDevice failed ==>',
112
- params
111
+ msg: `p2p connectDevice failed ==> ${JSON.stringify(params.innerError)}`
113
112
  }, this.onLogger);
114
113
  typeof failCb === 'function' && failCb();
115
114
  resolve(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/robot-data-stream",
3
- "version": "0.0.12-beta-1",
3
+ "version": "0.0.12-beta-2",
4
4
  "description": "扫地机P2P数据流标准化组件",
5
5
  "main": "lib/index",
6
6
  "files": [