Commit 180a36a6 authored by nanahira's avatar nanahira

missing

parent 0472e163
Pipeline #6501 failed with stages
in 6 minutes and 44 seconds
......@@ -2264,7 +2264,7 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
responseType: 'json'
timeout: 10000
userData = userDataRes.data
console.log userData
#console.log userData
catch e
log.warn("READ USER FAIL", client.name, e.toString())
if !client.closed
......
......@@ -2990,8 +2990,8 @@
timeout: 10000
}));
userData = userDataRes.data;
console.log(userData);
} catch (error1) {
//console.log userData
e = error1;
log.warn("READ USER FAIL", client.name, e.toString());
if (!client.closed) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment