1
0
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:
cage 2023-08-03 15:18:16 +02:00
parent c5ca0eeabd
commit a7c4e36f09

View File

@ -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~%"