« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/socket.js
diff options
context:
space:
mode:
Diffstat (limited to 'socket.js')
-rw-r--r--socket.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.js b/socket.js
index 7760334..bc35c76 100644
--- a/socket.js
+++ b/socket.js
@@ -927,6 +927,7 @@ function attachSocketServerToBackend(server, backend) {
 }
 
 Object.assign(module.exports, {
+  originalSymbol,
   makeSocketServer,
   makeSocketClient,
   attachBackendToSocketClient,