mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-21 08:50:51 +01:00
- initialized the parser in the script to generate gemlog.
This commit is contained in:
parent
c5ca0eeabd
commit
a7c4e36f09
@ -134,7 +134,8 @@
|
||||
(fs:collect-children capsule-bulk-dir)))
|
||||
(parsed-posts (mapcar (lambda (a)
|
||||
(handler-case
|
||||
(parse-gemini-file (fs:slurp-file a))
|
||||
(with-initialized-parser
|
||||
(parse-gemini-file (fs:slurp-file a)))
|
||||
(error (e)
|
||||
(notify
|
||||
"Unable to parse ~a: ~a~%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user