@intuned/runtime-dev 1.1.6-vnc.5 → 1.1.6-vnc.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.
@@ -292,7 +292,7 @@ exec xclock -digital -update 0 -bg black`;
292
292
  }
293
293
  if (vncServerProcess.exitCode !== null) {
294
294
  console.error("VNC server process exited unexpectedly");
295
- throw new Error("VNC server process exited unexpectedly");
295
+ break;
296
296
  }
297
297
  console.log("VNC server not ready yet, waiting...");
298
298
  await (0, _promises.setTimeout)(1000);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.1.6-vnc.5",
3
+ "version": "1.1.6-vnc.6",
4
4
  "description": "Intuned runtime",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",