Skip to content

Commit

Permalink
__temp: disable exit on syntax warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Apr 5, 2023
1 parent 5305076 commit 915cb96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/karabiner_configurator/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
(when (> (count edn-syntax-err) 0)
(println "Syntax error in config:")
(println edn-syntax-err)
(exit 1)))
; (exit 1)
))
(update-to-karabiner-json (parse-edn (load-edn path)) dry-run dry-run-all))

(defn open-log-file []
Expand Down

0 comments on commit 915cb96

Please sign in to comment.