Closed kumarshantanu closed 11 years ago
When rendering a snippet (include "filename") on the JVM, Basil throws a cryptic AssertionError instead of an appropriate error message explaining that the requested file does not exist.
(include "filename")
AssertionError
fixed via e22ddfc in version 0.4.1
When rendering a snippet
(include "filename")
on the JVM, Basil throws a crypticAssertionError
instead of an appropriate error message explaining that the requested file does not exist.