mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
#3025 Fix from broken init call
This commit is contained in:
@@ -31,7 +31,7 @@ import utils from './utils';
|
|||||||
*/
|
*/
|
||||||
const init = function () {
|
const init = function () {
|
||||||
try {
|
try {
|
||||||
initThrowsErrors();
|
initThrowsErrors(...arguments);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.warn('Syntax Error rendering');
|
log.warn('Syntax Error rendering');
|
||||||
log.warn(e);
|
log.warn(e);
|
||||||
|
Reference in New Issue
Block a user