problem in regenerate
#1
Closed
opened 11 years ago by mbutterick
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
If a page is regenerated directly by passing it to pollen-command, and has a syntax error, it gets swallowed by this code (which redirects the error port):
(define file-was-reloaded-port (open-output-string)) (parameterize ([current-directory source-dir] [current-error-port file-was-reloaded-port]) ; by default, rerequire reports reloads to error port. ; so capture this message to find out if anything was reloaded. (dynamic-rerequire source-path))
Obsolete