[Spice-devel] [PATCH] Added needed import of function arraybuffer_to_str

Oliver Gutierrez ogutsua at gmail.com
Thu May 28 12:31:06 UTC 2020


---
 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';
 
-- 
2.25.1



More information about the Spice-devel mailing list