Skip to content

Commit

Permalink
#3025 Fix from broken init call
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed May 11, 2022
1 parent 48eb871 commit ee0b31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mermaid.js
Expand Up @@ -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);
Expand Down

0 comments on commit ee0b31b

Please sign in to comment.