mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Fix console helpers path.
This commit is contained in:
		| @@ -159,7 +159,7 @@ Output routines for HackMyResume. | |||||||
|         case HME.afterAnalyze: |         case HME.afterAnalyze: | ||||||
|           var info = evt.info; |           var info = evt.info; | ||||||
|           var rawTpl = FS.readFileSync( PATH.join( __dirname, 'analyze.hbs' ), 'utf8'); |           var rawTpl = FS.readFileSync( PATH.join( __dirname, 'analyze.hbs' ), 'utf8'); | ||||||
|           HANDLEBARS.registerHelper( require('../helpers/console-helpers') ); |           HANDLEBARS.registerHelper( require('hackmycore/src/helpers/console-helpers') ); | ||||||
|           var template = HANDLEBARS.compile(rawTpl, { strict: false, assumeObjects: false }); |           var template = HANDLEBARS.compile(rawTpl, { strict: false, assumeObjects: false }); | ||||||
|           var tot = 0; |           var tot = 0; | ||||||
|           info.keywords.forEach(function(g) { tot += g.count; }); |           info.keywords.forEach(function(g) { tot += g.count; }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user