From b17a2610bd3d7293d1ae59c5531121e78859e7ea Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Wed, 24 Jul 2024 22:59:02 +0530 Subject: throw exception in case of parsing failure passed chapter 1 tests --- src/cljcc/cljcc.clj | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cljcc/cljcc.clj') diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj index bfecc3b..e687ae9 100644 --- a/src/cljcc/cljcc.clj +++ b/src/cljcc/cljcc.clj @@ -11,7 +11,6 @@ (let [input-file-path (first args)] (try (d/run input-file-path) - (println "success") (catch Exception e (println "Error: " (.getMessage e)) (System/exit 1)) -- cgit v1.2.3