mirror of
				https://github.com/flynx/features.js.git
				synced 2025-10-30 19:00:10 +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 }) | 										return chain.indexOf(e) >= 0 }) | ||||||
| 									.map(function(e){  | 									.map(function(e){  | ||||||
| 										return `${k}  \t-> ${e}` })) }) | 										return `${k}  \t-> ${e}` })) }) | ||||||
| 						console.error('Feature cyclic dependency or order conflict:\n\t'  | 						console.error([ | ||||||
| 							+ graph.join('\n\t')) | 								'Feature cyclic dependency or order conflict:', | ||||||
|  | 							].concat(graph) | ||||||
|  | 								.join('\n\t')) | ||||||
| 
 | 
 | ||||||
| 						// XXX should we give up completely (break) here 
 | 						// XXX should we give up completely (break) here 
 | ||||||
| 						// 		or move on and find new loops???
 | 						// 		or move on and find new loops???
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user