Skip to content

Commit d2dd236

Browse files
committed
resolvde #171
1 parent afd0d33 commit d2dd236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CatLib.Core/CatLib/Application.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public virtual void Terminate()
196196
App.Handler = null;
197197
}
198198
Process = StartProcess.Terminated;
199-
Trigger(ApplicationEvents.OnTerminated, this);
199+
Trigger(ApplicationEvents.OnTerminated);
200200
}
201201

202202
/// <summary>

0 commit comments

Comments
 (0)