1
0
Tienson Qin 4 жил өмнө
parent
commit
2f13ce525a

+ 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))