You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Web/Services/DefaultSourceCodeOpeningProgressListener.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ public void OnProjectLoaded()
50
50
}
51
51
52
52
53
-
publicvoidOnProjectLoadingError()
53
+
publicvoidOnProjectLoadingError(stringmessage)
54
54
{
55
-
this.Caller.projectStatus(newProjectClientStatus{Status=ProjectStatus.Error,Message="An error has occured while loading the project."});
55
+
this.Caller.projectStatus(newProjectClientStatus{Status=ProjectStatus.Error,Message="An error has occured while loading the project.",DetailedMessage=message});
0 commit comments