Explorar o código

fix: wrong name

Tienson Qin %!s(int64=4) %!d(string=hai) anos
pai
achega
2f13ce525a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))