From 0522f77ddef2bfecb1dc5b9aa196a8c433cace80 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 11 Aug 2021 16:35:37 +0900 Subject: [PATCH] Update websocket.js --- lib/websocket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/websocket.js b/lib/websocket.js index fbc1e47..af0e343 100644 --- a/lib/websocket.js +++ b/lib/websocket.js @@ -45,7 +45,7 @@ var WebsocketObject = function() { }; this.send = function(uri, msg) { - var seed = parseInt(Math.random() * 10000); + var seed = parseInt(Math.random() * 10000); var FN = "tmp\\stdin_" + seed + ".txt"; try {