mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 18:30:11 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9670d2bf0b
commit
ee02552a00
@ -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???
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user