Merge branch 'master' into develop

This commit is contained in:
ashishj
2022-05-17 17:06:38 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import utils from './utils';
*/
const init = function () {
try {
initThrowsErrors();
initThrowsErrors(...arguments);
} catch (e) {
log.warn('Syntax Error rendering');
log.warn(e);