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
// Safety Check 2: Final verification before saving
108
107
if (state.req.name!==this.filename) {
109
108
// Corrected the error message to be more accurate
110
-
consterrorMsg=`CRITICAL: Save operation aborted. The application's active file ("${state.req.name}") does not match the file you are trying to save ("${this.filename}").`;
109
+
consterrorMsg=`Save operation aborted. The application's active file ("${state.req.name}") does not match the file you are trying to save ("${this.filename}").`;
0 commit comments