Browse Source

fix: wrong name

Tienson Qin 4 năm trước cách đây
mục cha
commit
2f13ce525a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/electron/electron/handler.cljs

+ 1 - 1
src/electron/electron/handler.cljs

@@ -68,7 +68,7 @@
       (utils/send-to-renderer "notification" {:type "error"
                                               :payload (str "Write to the file " path
                                                             " failed, "
-                                                            error)}))))
+                                                            e)}))))
 
 (defmethod handle :rename [_window [_ old-path new-path]]
   (fs/renameSync old-path new-path))