From e50ee0a83741ac53aa8d913b71ada9a1cfe4cd22 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Mon, 5 Aug 2024 01:03:10 -0400 Subject: [PATCH] tcp fix --- package.json | 2 +- src/QemuVM.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a0a4e55..1e7c452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@computernewb/superqemu", - "version": "0.2.1", + "version": "0.2.3", "description": "A simple and easy to use QEMU supervision runtime for Node.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/QemuVM.ts b/src/QemuVM.ts index 47953d5..2ba357f 100644 --- a/src/QemuVM.ts +++ b/src/QemuVM.ts @@ -90,6 +90,7 @@ export class QemuVM extends EventEmitter { this.display = new QemuDisplay({ host: this.definition.vncHost || '127.0.0.1', port: this.definition.vncPort || 5900, + path: null }) } else { this.display = new QemuDisplay({