Make sure we check for null

This commit is contained in:
Lars Brubaker 2017-01-03 13:14:21 -08:00
parent 981cb2505c
commit 35f4882608
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl.VersionManagement
RequestFailed(this, new ResponseErrorEventArgs() { ResponseValues = responseValues });
}
ApplicationController.WebRequestFailed.Invoke();
ApplicationController.WebRequestFailed?.Invoke();
}
protected void OnRequestSuceeded(ResponseType responseItem)