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
List
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
nanahira
srvpro
Commits
46a601f7
"svn:/svn.code.sf.net/p/irrlicht/code/trunk@3778" did not exist on "a6e94cc3e97e5151ed2d34c4f8f8f561b1a5862c"
Commit
46a601f7
authored
Sep 17, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into tcg_random
parents
fb1b0d7c
7543da80
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ygopro-server.coffee
ygopro-server.coffee
+1
-0
ygopro-server.js
ygopro-server.js
+1
-1
No files found.
ygopro-server.coffee
View file @
46a601f7
...
...
@@ -3263,6 +3263,7 @@ spawn_windbot = () ->
windbot_process
.
stderr
.
on
'data'
,
(
data
)
->
log
.
warn
'WindBot Error:'
,
data
return
return
if
settings
.
modules
.
windbot
.
enabled
and
settings
.
modules
.
windbot
.
spawn
spawn_windbot
()
...
...
ygopro-server.js
View file @
46a601f7
...
...
@@ -4173,7 +4173,7 @@
log
.
info
(
'
WindBot:
'
,
data
);
});
windbot_process
.
stderr
.
setEncoding
(
'
utf8
'
);
return
windbot_process
.
stderr
.
on
(
'
data
'
,
function
(
data
)
{
windbot_process
.
stderr
.
on
(
'
data
'
,
function
(
data
)
{
log
.
warn
(
'
WindBot Error:
'
,
data
);
});
};
...
...
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