mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 11:35:16 +02:00
✨ Fix version logging on exporter.
This commit is contained in:
parent
f7568f6348
commit
8caa289586
2 changed files with 9 additions and 7 deletions
|
@ -71,9 +71,7 @@
|
|||
(atom (prepare-config)))
|
||||
|
||||
(def version
|
||||
(atom (v/parse (or (some-> (ex/ignoring (fs/readFileSync "version.txt"))
|
||||
(str/trim))
|
||||
"%version%"))))
|
||||
(atom (v/parse "%version%")))
|
||||
|
||||
(defn get
|
||||
"A configuration getter."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue