From 02084ebd19b36ca05c31cf3b454103a3cda62215 Mon Sep 17 00:00:00 2001
From: Oliver Gutierrez <ogutsua@gmail.com>
Date: Thu, 28 May 2020 13:31:06 +0100
Subject: [PATCH] Added needed import of function arraybuffer_to_str

Acked-by: Frediano Ziglio <fziglio@redhat.com>
---
 src/port.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/port.js b/src/port.js
index 74523ae..b254131 100644
--- a/src/port.js
+++ b/src/port.js
@@ -20,7 +20,7 @@
 */
 
 import { Constants } from './enums.js';
-import { DEBUG } from './utils.js';
+import { DEBUG, arraybuffer_to_str } from './utils.js';
 import { SpiceConn } from './spiceconn.js';
 import { SpiceMsgPortInit } from './spicemsg.js';
 
-- 
GitLab