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