Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-20 17:21:35 +03:00
parent 9670d2bf0b
commit ee02552a00

View File

@ -615,8 +615,10 @@ var FeatureSetProto = {
return chain.indexOf(e) >= 0 })
.map(function(e){
return `${k} \t-> ${e}` })) })
console.error('Feature cyclic dependency or order conflict:\n\t'
+ graph.join('\n\t'))
console.error([
'Feature cyclic dependency or order conflict:',
].concat(graph)
.join('\n\t'))
// XXX should we give up completely (break) here
// or move on and find new loops???