mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update ServiceMain.cs
This commit is contained in:
parent
8bd2382973
commit
a7bc9fa21a
|
@ -181,10 +181,7 @@ namespace WelsonJS.Service
|
|||
try
|
||||
{
|
||||
Log(DispatchServiceEvent("stop"));
|
||||
if (scriptControl != null)
|
||||
{
|
||||
scriptControl.Reset();
|
||||
}
|
||||
scriptControl?.Reset();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user