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 {