stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Failing to cast a JailedDocument to a string shouldn't kill compilation #92

Closed allejo closed 5 years ago

allejo commented 5 years ago

This error killed the development server. It should throw a 500 error instead and keep the server alive.

Recoverable fatal error: Object of class allejo\stakx\Document\JailedDocument could not be converted to string in /.../stakx-io/stakx/vendor/twig/twig/lib/Twig/Extension/Core.php on line 451

Edit: This bug would crash the regular build command too.