We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f2a4a commit c8d37ddCopy full SHA for c8d37dd
1 file changed
public/js/extra.js
@@ -343,6 +343,7 @@ function finishView(view) {
343
var $ele = $(value).parent().parent();
344
345
var graphviz = Viz($value.text());
346
+ if (!graphviz) throw Error('viz.js output empty graph');
347
$value.html(graphviz);
348
349
$ele.addClass('graphviz');
0 commit comments