@intuned/runtime-dev 1.3.24-pipe.8 → 1.3.24-pipe.9

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.
@@ -141,7 +141,6 @@ function runAutomationCLI(importFunction) {
141
141
  if (!client.closed) {
142
142
  await client.close();
143
143
  }
144
- process.exit(0);
145
144
  });
146
145
  _commander.program.parse(process.argv);
147
146
  }
@@ -451,7 +451,6 @@ var require_interfaceClient = __commonJS({
451
451
  console.log(`[${process.pid}] Socket receive end result: ${receiveEndResult}`);
452
452
  if (receiveEndResult === "end") {
453
453
  console.log(`[${process.pid}] Socket ended gracefully`);
454
- await (0, util_1.promisify)((cb) => this.socket.end(cb))();
455
454
  return;
456
455
  }
457
456
  console.log(`[${process.pid}] Socket did not end gracefully, destroying socket`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.24-pipe.8",
3
+ "version": "1.3.24-pipe.9",
4
4
  "description": "Intuned runtime",
5
5
  "packageManager": "yarn@4.12.0",
6
6
  "main": "./dist/index.js",