Browse Source

ft: 逻辑优化

master
SisMaker 1 year ago
parent
commit
2cd3f4d156
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Faw/fwFMgr.erl

+ 2
- 2
src/Faw/fwFMgr.erl View File

@ -114,10 +114,10 @@ handleInfo({mChAwkW, FName}, State) ->
handleInfo({mChAwkW, FName}, NewState)
end;
_ ->
kpS
{noreply, State}
end;
_ ->
kpS
{noreply, State}
end;
handleInfo(mTickCheck, State) ->
NewState = tickCheck(State),

Loading…
Cancel
Save