File tree Expand file tree Collapse file tree
src/UniGetUI.PackageEngine.Operations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -297,15 +297,15 @@ public async Task MainThread()
297297 if ( result == OperationVeredict . Success )
298298 {
299299 Status = OperationStatus . Succeeded ;
300- OperationFinished ? . Invoke ( this , EventArgs . Empty ) ;
301300 OperationSucceeded ? . Invoke ( this , EventArgs . Empty ) ;
301+ OperationFinished ? . Invoke ( this , EventArgs . Empty ) ;
302302 Line ( Metadata . SuccessMessage , LineType . Information ) ;
303303 }
304304 else if ( result == OperationVeredict . Failure )
305305 {
306306 Status = OperationStatus . Failed ;
307- OperationFinished ? . Invoke ( this , EventArgs . Empty ) ;
308307 OperationFailed ? . Invoke ( this , EventArgs . Empty ) ;
308+ OperationFinished ? . Invoke ( this , EventArgs . Empty ) ;
309309 Line ( Metadata . FailureMessage , LineType . Error ) ;
310310 Line ( Metadata . FailureMessage + " - " + CoreTools . Translate ( "Click here for more details" ) ,
311311 LineType . ProgressIndicator ) ;
You can’t perform that action at this time.
0 commit comments