Update src/lazygitclj/core.clj
SCIP Index / index (push) Successful in 3m38s

This commit is contained in:
2026-02-04 05:12:30 -10:00
parent e63230af71
commit ca1e90f130
+1 -1
View File
@@ -886,7 +886,7 @@
(defn -main [& _args]
(if (git/repo-root)
(do
(println "Starting lazygitclj...")
(println (str "String with initial model: " (initial-model)))
(tui/run {:init (initial-model)
:update update-model
:view view})