mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-11-04 06:47:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			177 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
###*
 | 
						|
Definition of the SyntaxErrorEx class.
 | 
						|
@module file-contains.js
 | 
						|
###
 | 
						|
 | 
						|
module.exports = ( file, needle ) ->
 | 
						|
  require('fs').readFileSync(file,'utf-8').indexOf( needle ) > -1
 |