Tienson Qin пре 4 година
родитељ
комит
2f13ce525a
1 измењених фајлова са 1 додато и 1 уклоњено
  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))