From 63b62f407407f3d716816b23e29323d96faa8fb5 Mon Sep 17 00:00:00 2001 From: KOMATA <20227709+HynoR@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:19:22 +0800 Subject: [PATCH] fix: Enhance error handling in file saving process (#11152) * fix: Enhance error handling in file saving process * f * f --- .../file-management/code-editor/index.vue | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/host/file-management/code-editor/index.vue b/frontend/src/views/host/file-management/code-editor/index.vue index 8812d09b4..5c44f4863 100644 --- a/frontend/src/views/host/file-management/code-editor/index.vue +++ b/frontend/src/views/host/file-management/code-editor/index.vue @@ -393,7 +393,7 @@