Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
srvpro
Commits
ed5a4d13
Commit
ed5a4d13
authored
Jan 31, 2026
by
IamIpanda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass room as this to rawSpawn for getting more information
parent
d2878288
Pipeline
#42774
passed with stages
in 8 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ygopro-server.coffee
ygopro-server.coffee
+1
-1
ygopro-server.js
ygopro-server.js
+1
-1
No files found.
ygopro-server.coffee
View file @
ed5a4d13
...
@@ -1470,7 +1470,7 @@ class Room
...
@@ -1470,7 +1470,7 @@ class Room
param
.
push
(
firstSeedBuf
.
toString
(
'base64'
))
param
.
push
(
firstSeedBuf
.
toString
(
'base64'
))
try
try
@
process
=
global
.
rawSpawn
param
@
process
=
global
.
rawSpawn
.
call
this
,
param
@
process_pid
=
@
process
.
pid
@
process_pid
=
@
process
.
pid
@
process
.
on
'error'
,
(
err
)
=>
@
process
.
on
'error'
,
(
err
)
=>
log
.
warn
'CREATE ROOM ERROR'
,
err
log
.
warn
'CREATE ROOM ERROR'
,
err
...
...
ygopro-server.js
View file @
ed5a4d13
...
@@ -1907,7 +1907,7 @@
...
@@ -1907,7 +1907,7 @@
param
.
push
(
firstSeedBuf
.
toString
(
'
base64
'
));
param
.
push
(
firstSeedBuf
.
toString
(
'
base64
'
));
}
}
try
{
try
{
this
.
process
=
global
.
rawSpawn
(
param
);
this
.
process
=
global
.
rawSpawn
.
call
(
this
,
param
);
this
.
process_pid
=
this
.
process
.
pid
;
this
.
process_pid
=
this
.
process
.
pid
;
this
.
process
.
on
(
'
error
'
,
(
err
)
=>
{
this
.
process
.
on
(
'
error
'
,
(
err
)
=>
{
log
.
warn
(
'
CREATE ROOM ERROR
'
,
err
);
log
.
warn
(
'
CREATE ROOM ERROR
'
,
err
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment