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: editor/src/messages/portfolio/document/utility_types/error.rs
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,13 @@ pub enum EditorError {
16
16
#[error("The operation caused a document error:\n{0:?}")]
17
17
Document(String),
18
18
19
-
#[error("This document was created in an older version of the editor.\n\nBackwards compatibility is, regrettably, not present in the current alpha release.\n\nTechnical details:\n{0:?}")]
19
+
#[error(
20
+
"This document was created in an older version of the editor.\n\
21
+
\n\
22
+
Full backwards compatibility is not guaranteed in the current alpha release.\n\
23
+
\n\
24
+
If this document is critical, ask for support in Graphite's Discord community."
0 commit comments