diff --git a/lib/app/commands/gv.js b/lib/app/commands/gv.js index b23a522e6..9f35b110d 100644 --- a/lib/app/commands/gv.js +++ b/lib/app/commands/gv.js @@ -317,7 +317,7 @@ function parseResources(graph, ress, options) { for (r = 0; r < ress.length; r += 1) { res = ress[r]; - if (!res.yui || !res.yui.name) { + if (!res.yui || !res.yui.name || !res.yui.meta) { continue; } if ('yui-lang' === res.type && !options.lang) {