mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 17:54:13 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user