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: src/fsharp/fsi/FSIstrings.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,5 @@ fsiBindingSessionTo,"Binding session to '%s'..."
52
52
fsiProductName,"Microsoft (R) F# Interactive version %s"
53
53
fsiProductNameCommunity,"F# Interactive for F# %s"
54
54
shadowCopyReferences,"Prevents references from being locked by the F# Interactive process"
55
+
fsiOperationCouldNotBeCompleted,"Operation could not be completed due to earlier error"
56
+
fsiOperationFailed,"Operation failed. The error text has been printed in the error stream. To return the corresponding FSharpErrorInfo use the EvalInteractionNonThrowing, EvalScriptNonThrowing or EvalExpressionNonThrowing"
| Choice2Of2 None ->failwith "Operation failed. The error text has been printed in the error stream. To return the corresponding FSharpErrorInfo use the EvalInteractionNonThrowing, EvalScriptNonThrowing or EvalExpressionNonThrowing"
0 commit comments