Update websocket.js

This commit is contained in:
Namhyeon Go 2021-08-11 16:35:37 +09:00 committed by GitHub
parent b33ce602dd
commit 0522f77dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {