yurikuzn / bull

Front-end view framework for EspoCRM
MIT License
11 stars 2 forks source link

Log which view is not passing a template #11

Open Kharg opened 2 months ago

Kharg commented 2 months ago

https://github.com/yurikuzn/bull/blob/cdf9bd748bd2546c44acf3c238df5310875f48ba/src/bull.templator.js#L53

Hi Yuri,

Would it be possible to add more information for example which view is not passing the template / the data needed?

I am getting this error but I am not able to pinpoint which view is missing the template.

Thanks.

yurikuzn commented 2 months ago

There's no any identifier that we could use. Maybe when using ES6 classes the class name will be printed in the backtrace.