From 39319fe275f5a6d2d526ffc44f43bcaf4ff4cd76 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 19 Jan 2020 01:30:12 +0000 Subject: fixed other utils/ident bugs --- utils/ident.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/ident.js') diff --git a/utils/ident.js b/utils/ident.js index 035f1d8..187132f 100644 --- a/utils/ident.js +++ b/utils/ident.js @@ -1,5 +1,7 @@ // A portable script to find the sender when the server websocket opens (by cursor movement) +const vec = require('../utils/vec'); + module.exports = function identify(sock, initOnce, init, deinit){ // `sock` should be Socket instance. // initOnce and init should be functions that act like they describe; initOnce runs once per program execution and init whenever the socket turns back on -- cgit