This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eLog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fx: 修复返回值
master
SisMaker
3 years ago
parent
60cb9672a1
commit
be6b9a88ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mgrKiller/lgMgrKiller.erl
+ 1
- 1
src/mgrKiller/lgMgrKiller.erl
View File
@ -53,7 +53,7 @@ handleEvent(_Event, _State) ->
kpS
.
handleInfo
(
_
Info
,
State
)
-
>
{
ok
,
State
}
.
{
noreply
,
State
}
.
terminate
(
_
Reason
,
_
State
)
-
>
ok
.
Write
Preview
Loading…
Cancel
Save