From 44f5f47d2ddf9102140fae9d83294b5c365a2093 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..4c68383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@computernewb/superqemu", - "version": "0.2.1", + "version": "0.2.2", "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({