mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update websocket.js
This commit is contained in:
parent
b33ce602dd
commit
0522f77dde
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user