skyeye-sdk-js 1.1.4 → 1.1.6

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.
@@ -93,7 +93,7 @@ class SkyEyeClient extends skyeye_rpc_grpc_pb_1.JSONTransmissionClient {
93
93
  return stream;
94
94
  }
95
95
  catch (error) {
96
- console.error("Error during RunTestcase:", error);
96
+ console.error("Error during Monitor:", error);
97
97
  throw error;
98
98
  }
99
99
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skyeye-sdk-js",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "gRPC to SkyEye",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -63,7 +63,7 @@ export class SkyEyeClient extends JSONTransmissionClient {
63
63
  const stream = super.Monitor(request);
64
64
  return stream;
65
65
  } catch (error) {
66
- console.error("Error during RunTestcase:", error);
66
+ console.error("Error during Monitor:", error);
67
67
  throw error;
68
68
  }
69
69
  }