From ee02552a00607b82e26d48bd99bf96eca0cc3944 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 20 May 2017 17:21:35 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- features.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features.js b/features.js index db6b9a8..0d153f5 100755 --- a/features.js +++ b/features.js @@ -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???