You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a marko-tag.json like the following, where the renderer is explicitly set to index.marko, if the .marko extension is not registered, the file will not be found and there is no error (except any errors caused by the custom tag not being found).
{
"renderer": "./index"
}
Expected Behavior
The taglib loader should throw if an explicitly referenced file is not found.
Actual Behavior
Silence
The text was updated successfully, but these errors were encountered:
Bug Report
Marko Version: 4.7.5
Details
With a
marko-tag.json
like the following, where the renderer is explicitly set toindex.marko
, if the.marko
extension is not registered, the file will not be found and there is no error (except any errors caused by the custom tag not being found).Expected Behavior
The taglib loader should throw if an explicitly referenced file is not found.
Actual Behavior
Silence
The text was updated successfully, but these errors were encountered: