@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
|
-
|
|
295
|
+
break;
|
|
296
296
|
}
|
|
297
297
|
console.log("VNC server not ready yet, waiting...");
|
|
298
298
|
await (0, _promises.setTimeout)(1000);
|