Skip to content

Commit

Permalink
Fix: trimline for linux?
Browse files Browse the repository at this point in the history
  • Loading branch information
teesloane committed Apr 29, 2020
1 parent f364fcf commit 8e70165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure/src/firn/org.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
(if (u/native-image?)
(ClojureRust/getFreeMemory file-str)
(let [parser (str (u/get-cwd) "/resources/parser")
res (sh/sh parser file-str)]
res (sh/sh parser (s/trim-newline file-str))]
(if-not (= (res :exit) 0)
(prn "Orgize failed to parse file." file-str res)
(res :out)))))
Expand Down

0 comments on commit 8e70165

Please sign in to comment.