tcp fix
This commit is contained in:
parent
56f34bd580
commit
e50ee0a837
2 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue